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 class
CTPrintOptions.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 boolean
getGridLines()
Gets the "gridLines" attributeboolean
getGridLinesSet()
Gets the "gridLinesSet" attributeboolean
getHeadings()
Gets the "headings" attributeboolean
getHorizontalCentered()
Gets the "horizontalCentered" attributeboolean
getVerticalCentered()
Gets the "verticalCentered" attributeboolean
isSetGridLines()
True if has "gridLines" attributeboolean
isSetGridLinesSet()
True if has "gridLinesSet" attributeboolean
isSetHeadings()
True if has "headings" attributeboolean
isSetHorizontalCentered()
True if has "horizontalCentered" attributeboolean
isSetVerticalCentered()
True if has "verticalCentered" attributevoid
setGridLines(boolean gridLines)
Sets the "gridLines" attributevoid
setGridLinesSet(boolean gridLinesSet)
Sets the "gridLinesSet" attributevoid
setHeadings(boolean headings)
Sets the "headings" attributevoid
setHorizontalCentered(boolean horizontalCentered)
Sets the "horizontalCentered" attributevoid
setVerticalCentered(boolean verticalCentered)
Sets the "verticalCentered" attributevoid
unsetGridLines()
Unsets the "gridLines" attributevoid
unsetGridLinesSet()
Unsets the "gridLinesSet" attributevoid
unsetHeadings()
Unsets the "headings" attributevoid
unsetHorizontalCentered()
Unsets the "horizontalCentered" attributevoid
unsetVerticalCentered()
Unsets the "verticalCentered" attributeXmlBoolean
xgetGridLines()
Gets (as xml) the "gridLines" attributeXmlBoolean
xgetGridLinesSet()
Gets (as xml) the "gridLinesSet" attributeXmlBoolean
xgetHeadings()
Gets (as xml) the "headings" attributeXmlBoolean
xgetHorizontalCentered()
Gets (as xml) the "horizontalCentered" attributeXmlBoolean
xgetVerticalCentered()
Gets (as xml) the "verticalCentered" attributevoid
xsetGridLines(XmlBoolean gridLines)
Sets (as xml) the "gridLines" attributevoid
xsetGridLinesSet(XmlBoolean gridLinesSet)
Sets (as xml) the "gridLinesSet" attributevoid
xsetHeadings(XmlBoolean headings)
Sets (as xml) the "headings" attributevoid
xsetHorizontalCentered(XmlBoolean horizontalCentered)
Sets (as xml) the "horizontalCentered" attributevoid
xsetVerticalCentered(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
-
-