Interface CTPageSetUpPr
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_PageSetUpPr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTPageSetUpPr> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the "autoPageBreaks" attributebooleanGets the "fitToPage" attributebooleanTrue if has "autoPageBreaks" attributebooleanTrue if has "fitToPage" attributevoidsetAutoPageBreaks(boolean autoPageBreaks) Sets the "autoPageBreaks" attributevoidsetFitToPage(boolean fitToPage) Sets the "fitToPage" attributevoidUnsets the "autoPageBreaks" attributevoidUnsets the "fitToPage" attributeGets (as xml) the "autoPageBreaks" attributeGets (as xml) the "fitToPage" attributevoidxsetAutoPageBreaks(XmlBoolean autoPageBreaks) Sets (as xml) the "autoPageBreaks" attributevoidxsetFitToPage(XmlBoolean fitToPage) Sets (as xml) the "fitToPage" 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
-
getAutoPageBreaks
boolean getAutoPageBreaks()Gets the "autoPageBreaks" attribute -
xgetAutoPageBreaks
XmlBoolean xgetAutoPageBreaks()Gets (as xml) the "autoPageBreaks" attribute -
isSetAutoPageBreaks
boolean isSetAutoPageBreaks()True if has "autoPageBreaks" attribute -
setAutoPageBreaks
void setAutoPageBreaks(boolean autoPageBreaks) Sets the "autoPageBreaks" attribute -
xsetAutoPageBreaks
Sets (as xml) the "autoPageBreaks" attribute -
unsetAutoPageBreaks
void unsetAutoPageBreaks()Unsets the "autoPageBreaks" attribute -
getFitToPage
boolean getFitToPage()Gets the "fitToPage" attribute -
xgetFitToPage
XmlBoolean xgetFitToPage()Gets (as xml) the "fitToPage" attribute -
isSetFitToPage
boolean isSetFitToPage()True if has "fitToPage" attribute -
setFitToPage
void setFitToPage(boolean fitToPage) Sets the "fitToPage" attribute -
xsetFitToPage
Sets (as xml) the "fitToPage" attribute -
unsetFitToPage
void unsetFitToPage()Unsets the "fitToPage" attribute
-