Interface CTPrintOptions
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTPrintOptions extends XmlObject
An XML CT_PrintOptions(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTPrintOptions.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetGridLines()Gets the "gridLines" attributebooleangetGridLinesSet()Gets the "gridLinesSet" attributebooleangetHeadings()Gets the "headings" attributebooleangetHorizontalCentered()Gets the "horizontalCentered" attributebooleangetVerticalCentered()Gets the "verticalCentered" attributebooleanisSetGridLines()True if has "gridLines" attributebooleanisSetGridLinesSet()True if has "gridLinesSet" attributebooleanisSetHeadings()True if has "headings" attributebooleanisSetHorizontalCentered()True if has "horizontalCentered" attributebooleanisSetVerticalCentered()True if has "verticalCentered" attributevoidsetGridLines(boolean gridLines)Sets the "gridLines" attributevoidsetGridLinesSet(boolean gridLinesSet)Sets the "gridLinesSet" attributevoidsetHeadings(boolean headings)Sets the "headings" attributevoidsetHorizontalCentered(boolean horizontalCentered)Sets the "horizontalCentered" attributevoidsetVerticalCentered(boolean verticalCentered)Sets the "verticalCentered" attributevoidunsetGridLines()Unsets the "gridLines" attributevoidunsetGridLinesSet()Unsets the "gridLinesSet" attributevoidunsetHeadings()Unsets the "headings" attributevoidunsetHorizontalCentered()Unsets the "horizontalCentered" attributevoidunsetVerticalCentered()Unsets the "verticalCentered" attributeXmlBooleanxgetGridLines()Gets (as xml) the "gridLines" attributeXmlBooleanxgetGridLinesSet()Gets (as xml) the "gridLinesSet" attributeXmlBooleanxgetHeadings()Gets (as xml) the "headings" attributeXmlBooleanxgetHorizontalCentered()Gets (as xml) the "horizontalCentered" attributeXmlBooleanxgetVerticalCentered()Gets (as xml) the "verticalCentered" attributevoidxsetGridLines(XmlBoolean gridLines)Sets (as xml) the "gridLines" attributevoidxsetGridLinesSet(XmlBoolean gridLinesSet)Sets (as xml) the "gridLinesSet" attributevoidxsetHeadings(XmlBoolean headings)Sets (as xml) the "headings" attributevoidxsetHorizontalCentered(XmlBoolean horizontalCentered)Sets (as xml) the "horizontalCentered" attributevoidxsetVerticalCentered(XmlBoolean verticalCentered)Sets (as xml) the "verticalCentered" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getHorizontalCentered
boolean getHorizontalCentered()
Gets the "horizontalCentered" attribute
-
xgetHorizontalCentered
XmlBoolean xgetHorizontalCentered()
Gets (as xml) the "horizontalCentered" attribute
-
isSetHorizontalCentered
boolean isSetHorizontalCentered()
True if has "horizontalCentered" attribute
-
setHorizontalCentered
void setHorizontalCentered(boolean horizontalCentered)
Sets the "horizontalCentered" attribute
-
xsetHorizontalCentered
void xsetHorizontalCentered(XmlBoolean horizontalCentered)
Sets (as xml) the "horizontalCentered" attribute
-
unsetHorizontalCentered
void unsetHorizontalCentered()
Unsets the "horizontalCentered" attribute
-
getVerticalCentered
boolean getVerticalCentered()
Gets the "verticalCentered" attribute
-
xgetVerticalCentered
XmlBoolean xgetVerticalCentered()
Gets (as xml) the "verticalCentered" attribute
-
isSetVerticalCentered
boolean isSetVerticalCentered()
True if has "verticalCentered" attribute
-
setVerticalCentered
void setVerticalCentered(boolean verticalCentered)
Sets the "verticalCentered" attribute
-
xsetVerticalCentered
void xsetVerticalCentered(XmlBoolean verticalCentered)
Sets (as xml) the "verticalCentered" attribute
-
unsetVerticalCentered
void unsetVerticalCentered()
Unsets the "verticalCentered" attribute
-
getHeadings
boolean getHeadings()
Gets the "headings" attribute
-
xgetHeadings
XmlBoolean xgetHeadings()
Gets (as xml) the "headings" attribute
-
isSetHeadings
boolean isSetHeadings()
True if has "headings" attribute
-
setHeadings
void setHeadings(boolean headings)
Sets the "headings" attribute
-
xsetHeadings
void xsetHeadings(XmlBoolean headings)
Sets (as xml) the "headings" attribute
-
unsetHeadings
void unsetHeadings()
Unsets the "headings" attribute
-
getGridLines
boolean getGridLines()
Gets the "gridLines" attribute
-
xgetGridLines
XmlBoolean xgetGridLines()
Gets (as xml) the "gridLines" attribute
-
isSetGridLines
boolean isSetGridLines()
True if has "gridLines" attribute
-
setGridLines
void setGridLines(boolean gridLines)
Sets the "gridLines" attribute
-
xsetGridLines
void xsetGridLines(XmlBoolean gridLines)
Sets (as xml) the "gridLines" attribute
-
unsetGridLines
void unsetGridLines()
Unsets the "gridLines" attribute
-
getGridLinesSet
boolean getGridLinesSet()
Gets the "gridLinesSet" attribute
-
xgetGridLinesSet
XmlBoolean xgetGridLinesSet()
Gets (as xml) the "gridLinesSet" attribute
-
isSetGridLinesSet
boolean isSetGridLinesSet()
True if has "gridLinesSet" attribute
-
setGridLinesSet
void setGridLinesSet(boolean gridLinesSet)
Sets the "gridLinesSet" attribute
-
xsetGridLinesSet
void xsetGridLinesSet(XmlBoolean gridLinesSet)
Sets (as xml) the "gridLinesSet" attribute
-
unsetGridLinesSet
void unsetGridLinesSet()
Unsets the "gridLinesSet" attribute
-
-