Interface CTPrintOptions
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_PrintOptions(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTPrintOptions> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the "gridLines" attributebooleanGets the "gridLinesSet" attributebooleanGets the "headings" attributebooleanGets the "horizontalCentered" attributebooleanGets the "verticalCentered" attributebooleanTrue if has "gridLines" attributebooleanTrue if has "gridLinesSet" attributebooleanTrue if has "headings" attributebooleanTrue if has "horizontalCentered" attributebooleanTrue 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" attributevoidUnsets the "gridLines" attributevoidUnsets the "gridLinesSet" attributevoidUnsets the "headings" attributevoidUnsets the "horizontalCentered" attributevoidUnsets the "verticalCentered" attributeGets (as xml) the "gridLines" attributeGets (as xml) the "gridLinesSet" attributeGets (as xml) the "headings" attributeGets (as xml) the "horizontalCentered" attributeGets (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" attributeMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
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
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
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
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
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
Sets (as xml) the "gridLinesSet" attribute -
unsetGridLinesSet
void unsetGridLinesSet()Unsets the "gridLinesSet" attribute
-