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 class
CTPageSetUpPr.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
getAutoPageBreaks()
Gets the "autoPageBreaks" attributeboolean
getFitToPage()
Gets the "fitToPage" attributeboolean
isSetAutoPageBreaks()
True if has "autoPageBreaks" attributeboolean
isSetFitToPage()
True if has "fitToPage" attributevoid
setAutoPageBreaks(boolean autoPageBreaks)
Sets the "autoPageBreaks" attributevoid
setFitToPage(boolean fitToPage)
Sets the "fitToPage" attributevoid
unsetAutoPageBreaks()
Unsets the "autoPageBreaks" attributevoid
unsetFitToPage()
Unsets the "fitToPage" attributeXmlBoolean
xgetAutoPageBreaks()
Gets (as xml) the "autoPageBreaks" attributeXmlBoolean
xgetFitToPage()
Gets (as xml) the "fitToPage" attributevoid
xsetAutoPageBreaks(XmlBoolean autoPageBreaks)
Sets (as xml) the "autoPageBreaks" attributevoid
xsetFitToPage(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
-
-