Interface CTPageSetUpPr
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTPageSetUpPr extends XmlObject
An XML CT_PageSetUpPr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTPageSetUpPr.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 booleangetAutoPageBreaks()Gets the "autoPageBreaks" attributebooleangetFitToPage()Gets the "fitToPage" attributebooleanisSetAutoPageBreaks()True if has "autoPageBreaks" attributebooleanisSetFitToPage()True if has "fitToPage" attributevoidsetAutoPageBreaks(boolean autoPageBreaks)Sets the "autoPageBreaks" attributevoidsetFitToPage(boolean fitToPage)Sets the "fitToPage" attributevoidunsetAutoPageBreaks()Unsets the "autoPageBreaks" attributevoidunsetFitToPage()Unsets the "fitToPage" attributeXmlBooleanxgetAutoPageBreaks()Gets (as xml) the "autoPageBreaks" attributeXmlBooleanxgetFitToPage()Gets (as xml) the "fitToPage" attributevoidxsetAutoPageBreaks(XmlBoolean autoPageBreaks)Sets (as xml) the "autoPageBreaks" attributevoidxsetFitToPage(XmlBoolean fitToPage)Sets (as xml) the "fitToPage" 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
-
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
void xsetAutoPageBreaks(XmlBoolean autoPageBreaks)
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
void xsetFitToPage(XmlBoolean fitToPage)
Sets (as xml) the "fitToPage" attribute
-
unsetFitToPage
void unsetFitToPage()
Unsets the "fitToPage" attribute
-
-