Interface CTPageSetup
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTPageSetup extends XmlObject
An XML CT_PageSetup(@http://schemas.openxmlformats.org/drawingml/2006/chart). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTPageSetup.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 booleangetBlackAndWhite()Gets the "blackAndWhite" attributelonggetCopies()Gets the "copies" attributebooleangetDraft()Gets the "draft" attributelonggetFirstPageNumber()Gets the "firstPageNumber" attributeintgetHorizontalDpi()Gets the "horizontalDpi" attributeSTPageSetupOrientation.EnumgetOrientation()Gets the "orientation" attributelonggetPaperSize()Gets the "paperSize" attributebooleangetUseFirstPageNumber()Gets the "useFirstPageNumber" attributeintgetVerticalDpi()Gets the "verticalDpi" attributebooleanisSetBlackAndWhite()True if has "blackAndWhite" attributebooleanisSetCopies()True if has "copies" attributebooleanisSetDraft()True if has "draft" attributebooleanisSetFirstPageNumber()True if has "firstPageNumber" attributebooleanisSetHorizontalDpi()True if has "horizontalDpi" attributebooleanisSetOrientation()True if has "orientation" attributebooleanisSetPaperSize()True if has "paperSize" attributebooleanisSetUseFirstPageNumber()True if has "useFirstPageNumber" attributebooleanisSetVerticalDpi()True if has "verticalDpi" attributevoidsetBlackAndWhite(boolean blackAndWhite)Sets the "blackAndWhite" attributevoidsetCopies(long copies)Sets the "copies" attributevoidsetDraft(boolean draft)Sets the "draft" attributevoidsetFirstPageNumber(long firstPageNumber)Sets the "firstPageNumber" attributevoidsetHorizontalDpi(int horizontalDpi)Sets the "horizontalDpi" attributevoidsetOrientation(STPageSetupOrientation.Enum orientation)Sets the "orientation" attributevoidsetPaperSize(long paperSize)Sets the "paperSize" attributevoidsetUseFirstPageNumber(boolean useFirstPageNumber)Sets the "useFirstPageNumber" attributevoidsetVerticalDpi(int verticalDpi)Sets the "verticalDpi" attributevoidunsetBlackAndWhite()Unsets the "blackAndWhite" attributevoidunsetCopies()Unsets the "copies" attributevoidunsetDraft()Unsets the "draft" attributevoidunsetFirstPageNumber()Unsets the "firstPageNumber" attributevoidunsetHorizontalDpi()Unsets the "horizontalDpi" attributevoidunsetOrientation()Unsets the "orientation" attributevoidunsetPaperSize()Unsets the "paperSize" attributevoidunsetUseFirstPageNumber()Unsets the "useFirstPageNumber" attributevoidunsetVerticalDpi()Unsets the "verticalDpi" attributeXmlBooleanxgetBlackAndWhite()Gets (as xml) the "blackAndWhite" attributeXmlUnsignedIntxgetCopies()Gets (as xml) the "copies" attributeXmlBooleanxgetDraft()Gets (as xml) the "draft" attributeXmlUnsignedIntxgetFirstPageNumber()Gets (as xml) the "firstPageNumber" attributeXmlIntxgetHorizontalDpi()Gets (as xml) the "horizontalDpi" attributeSTPageSetupOrientationxgetOrientation()Gets (as xml) the "orientation" attributeXmlUnsignedIntxgetPaperSize()Gets (as xml) the "paperSize" attributeXmlBooleanxgetUseFirstPageNumber()Gets (as xml) the "useFirstPageNumber" attributeXmlIntxgetVerticalDpi()Gets (as xml) the "verticalDpi" attributevoidxsetBlackAndWhite(XmlBoolean blackAndWhite)Sets (as xml) the "blackAndWhite" attributevoidxsetCopies(XmlUnsignedInt copies)Sets (as xml) the "copies" attributevoidxsetDraft(XmlBoolean draft)Sets (as xml) the "draft" attributevoidxsetFirstPageNumber(XmlUnsignedInt firstPageNumber)Sets (as xml) the "firstPageNumber" attributevoidxsetHorizontalDpi(XmlInt horizontalDpi)Sets (as xml) the "horizontalDpi" attributevoidxsetOrientation(STPageSetupOrientation orientation)Sets (as xml) the "orientation" attributevoidxsetPaperSize(XmlUnsignedInt paperSize)Sets (as xml) the "paperSize" attributevoidxsetUseFirstPageNumber(XmlBoolean useFirstPageNumber)Sets (as xml) the "useFirstPageNumber" attributevoidxsetVerticalDpi(XmlInt verticalDpi)Sets (as xml) the "verticalDpi" 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
-
getPaperSize
long getPaperSize()
Gets the "paperSize" attribute
-
xgetPaperSize
XmlUnsignedInt xgetPaperSize()
Gets (as xml) the "paperSize" attribute
-
isSetPaperSize
boolean isSetPaperSize()
True if has "paperSize" attribute
-
setPaperSize
void setPaperSize(long paperSize)
Sets the "paperSize" attribute
-
xsetPaperSize
void xsetPaperSize(XmlUnsignedInt paperSize)
Sets (as xml) the "paperSize" attribute
-
unsetPaperSize
void unsetPaperSize()
Unsets the "paperSize" attribute
-
getFirstPageNumber
long getFirstPageNumber()
Gets the "firstPageNumber" attribute
-
xgetFirstPageNumber
XmlUnsignedInt xgetFirstPageNumber()
Gets (as xml) the "firstPageNumber" attribute
-
isSetFirstPageNumber
boolean isSetFirstPageNumber()
True if has "firstPageNumber" attribute
-
setFirstPageNumber
void setFirstPageNumber(long firstPageNumber)
Sets the "firstPageNumber" attribute
-
xsetFirstPageNumber
void xsetFirstPageNumber(XmlUnsignedInt firstPageNumber)
Sets (as xml) the "firstPageNumber" attribute
-
unsetFirstPageNumber
void unsetFirstPageNumber()
Unsets the "firstPageNumber" attribute
-
getOrientation
STPageSetupOrientation.Enum getOrientation()
Gets the "orientation" attribute
-
xgetOrientation
STPageSetupOrientation xgetOrientation()
Gets (as xml) the "orientation" attribute
-
isSetOrientation
boolean isSetOrientation()
True if has "orientation" attribute
-
setOrientation
void setOrientation(STPageSetupOrientation.Enum orientation)
Sets the "orientation" attribute
-
xsetOrientation
void xsetOrientation(STPageSetupOrientation orientation)
Sets (as xml) the "orientation" attribute
-
unsetOrientation
void unsetOrientation()
Unsets the "orientation" attribute
-
getBlackAndWhite
boolean getBlackAndWhite()
Gets the "blackAndWhite" attribute
-
xgetBlackAndWhite
XmlBoolean xgetBlackAndWhite()
Gets (as xml) the "blackAndWhite" attribute
-
isSetBlackAndWhite
boolean isSetBlackAndWhite()
True if has "blackAndWhite" attribute
-
setBlackAndWhite
void setBlackAndWhite(boolean blackAndWhite)
Sets the "blackAndWhite" attribute
-
xsetBlackAndWhite
void xsetBlackAndWhite(XmlBoolean blackAndWhite)
Sets (as xml) the "blackAndWhite" attribute
-
unsetBlackAndWhite
void unsetBlackAndWhite()
Unsets the "blackAndWhite" attribute
-
getDraft
boolean getDraft()
Gets the "draft" attribute
-
xgetDraft
XmlBoolean xgetDraft()
Gets (as xml) the "draft" attribute
-
isSetDraft
boolean isSetDraft()
True if has "draft" attribute
-
setDraft
void setDraft(boolean draft)
Sets the "draft" attribute
-
xsetDraft
void xsetDraft(XmlBoolean draft)
Sets (as xml) the "draft" attribute
-
unsetDraft
void unsetDraft()
Unsets the "draft" attribute
-
getUseFirstPageNumber
boolean getUseFirstPageNumber()
Gets the "useFirstPageNumber" attribute
-
xgetUseFirstPageNumber
XmlBoolean xgetUseFirstPageNumber()
Gets (as xml) the "useFirstPageNumber" attribute
-
isSetUseFirstPageNumber
boolean isSetUseFirstPageNumber()
True if has "useFirstPageNumber" attribute
-
setUseFirstPageNumber
void setUseFirstPageNumber(boolean useFirstPageNumber)
Sets the "useFirstPageNumber" attribute
-
xsetUseFirstPageNumber
void xsetUseFirstPageNumber(XmlBoolean useFirstPageNumber)
Sets (as xml) the "useFirstPageNumber" attribute
-
unsetUseFirstPageNumber
void unsetUseFirstPageNumber()
Unsets the "useFirstPageNumber" attribute
-
getHorizontalDpi
int getHorizontalDpi()
Gets the "horizontalDpi" attribute
-
xgetHorizontalDpi
XmlInt xgetHorizontalDpi()
Gets (as xml) the "horizontalDpi" attribute
-
isSetHorizontalDpi
boolean isSetHorizontalDpi()
True if has "horizontalDpi" attribute
-
setHorizontalDpi
void setHorizontalDpi(int horizontalDpi)
Sets the "horizontalDpi" attribute
-
xsetHorizontalDpi
void xsetHorizontalDpi(XmlInt horizontalDpi)
Sets (as xml) the "horizontalDpi" attribute
-
unsetHorizontalDpi
void unsetHorizontalDpi()
Unsets the "horizontalDpi" attribute
-
getVerticalDpi
int getVerticalDpi()
Gets the "verticalDpi" attribute
-
xgetVerticalDpi
XmlInt xgetVerticalDpi()
Gets (as xml) the "verticalDpi" attribute
-
isSetVerticalDpi
boolean isSetVerticalDpi()
True if has "verticalDpi" attribute
-
setVerticalDpi
void setVerticalDpi(int verticalDpi)
Sets the "verticalDpi" attribute
-
xsetVerticalDpi
void xsetVerticalDpi(XmlInt verticalDpi)
Sets (as xml) the "verticalDpi" attribute
-
unsetVerticalDpi
void unsetVerticalDpi()
Unsets the "verticalDpi" attribute
-
getCopies
long getCopies()
Gets the "copies" attribute
-
xgetCopies
XmlUnsignedInt xgetCopies()
Gets (as xml) the "copies" attribute
-
isSetCopies
boolean isSetCopies()
True if has "copies" attribute
-
setCopies
void setCopies(long copies)
Sets the "copies" attribute
-
xsetCopies
void xsetCopies(XmlUnsignedInt copies)
Sets (as xml) the "copies" attribute
-
unsetCopies
void unsetCopies()
Unsets the "copies" attribute
-
-