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.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTPageSetup>
Factory
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
getBlackAndWhite()
Gets the "blackAndWhite" attributelong
getCopies()
Gets the "copies" attributeboolean
getDraft()
Gets the "draft" attributelong
getFirstPageNumber()
Gets the "firstPageNumber" attributeint
getHorizontalDpi()
Gets the "horizontalDpi" attributeSTPageSetupOrientation.Enum
getOrientation()
Gets the "orientation" attributejava.lang.String
getPaperHeight()
Gets the "paperHeight" attributelong
getPaperSize()
Gets the "paperSize" attributejava.lang.String
getPaperWidth()
Gets the "paperWidth" attributeboolean
getUseFirstPageNumber()
Gets the "useFirstPageNumber" attributeint
getVerticalDpi()
Gets the "verticalDpi" attributeboolean
isSetBlackAndWhite()
True if has "blackAndWhite" attributeboolean
isSetCopies()
True if has "copies" attributeboolean
isSetDraft()
True if has "draft" attributeboolean
isSetFirstPageNumber()
True if has "firstPageNumber" attributeboolean
isSetHorizontalDpi()
True if has "horizontalDpi" attributeboolean
isSetOrientation()
True if has "orientation" attributeboolean
isSetPaperHeight()
True if has "paperHeight" attributeboolean
isSetPaperSize()
True if has "paperSize" attributeboolean
isSetPaperWidth()
True if has "paperWidth" attributeboolean
isSetUseFirstPageNumber()
True if has "useFirstPageNumber" attributeboolean
isSetVerticalDpi()
True if has "verticalDpi" attributevoid
setBlackAndWhite(boolean blackAndWhite)
Sets the "blackAndWhite" attributevoid
setCopies(long copies)
Sets the "copies" attributevoid
setDraft(boolean draft)
Sets the "draft" attributevoid
setFirstPageNumber(long firstPageNumber)
Sets the "firstPageNumber" attributevoid
setHorizontalDpi(int horizontalDpi)
Sets the "horizontalDpi" attributevoid
setOrientation(STPageSetupOrientation.Enum orientation)
Sets the "orientation" attributevoid
setPaperHeight(java.lang.String paperHeight)
Sets the "paperHeight" attributevoid
setPaperSize(long paperSize)
Sets the "paperSize" attributevoid
setPaperWidth(java.lang.String paperWidth)
Sets the "paperWidth" attributevoid
setUseFirstPageNumber(boolean useFirstPageNumber)
Sets the "useFirstPageNumber" attributevoid
setVerticalDpi(int verticalDpi)
Sets the "verticalDpi" attributevoid
unsetBlackAndWhite()
Unsets the "blackAndWhite" attributevoid
unsetCopies()
Unsets the "copies" attributevoid
unsetDraft()
Unsets the "draft" attributevoid
unsetFirstPageNumber()
Unsets the "firstPageNumber" attributevoid
unsetHorizontalDpi()
Unsets the "horizontalDpi" attributevoid
unsetOrientation()
Unsets the "orientation" attributevoid
unsetPaperHeight()
Unsets the "paperHeight" attributevoid
unsetPaperSize()
Unsets the "paperSize" attributevoid
unsetPaperWidth()
Unsets the "paperWidth" attributevoid
unsetUseFirstPageNumber()
Unsets the "useFirstPageNumber" attributevoid
unsetVerticalDpi()
Unsets the "verticalDpi" attributeXmlBoolean
xgetBlackAndWhite()
Gets (as xml) the "blackAndWhite" attributeXmlUnsignedInt
xgetCopies()
Gets (as xml) the "copies" attributeXmlBoolean
xgetDraft()
Gets (as xml) the "draft" attributeXmlUnsignedInt
xgetFirstPageNumber()
Gets (as xml) the "firstPageNumber" attributeXmlInt
xgetHorizontalDpi()
Gets (as xml) the "horizontalDpi" attributeSTPageSetupOrientation
xgetOrientation()
Gets (as xml) the "orientation" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STPositiveUniversalMeasure
xgetPaperHeight()
Gets (as xml) the "paperHeight" attributeXmlUnsignedInt
xgetPaperSize()
Gets (as xml) the "paperSize" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STPositiveUniversalMeasure
xgetPaperWidth()
Gets (as xml) the "paperWidth" attributeXmlBoolean
xgetUseFirstPageNumber()
Gets (as xml) the "useFirstPageNumber" attributeXmlInt
xgetVerticalDpi()
Gets (as xml) the "verticalDpi" attributevoid
xsetBlackAndWhite(XmlBoolean blackAndWhite)
Sets (as xml) the "blackAndWhite" attributevoid
xsetCopies(XmlUnsignedInt copies)
Sets (as xml) the "copies" attributevoid
xsetDraft(XmlBoolean draft)
Sets (as xml) the "draft" attributevoid
xsetFirstPageNumber(XmlUnsignedInt firstPageNumber)
Sets (as xml) the "firstPageNumber" attributevoid
xsetHorizontalDpi(XmlInt horizontalDpi)
Sets (as xml) the "horizontalDpi" attributevoid
xsetOrientation(STPageSetupOrientation orientation)
Sets (as xml) the "orientation" attributevoid
xsetPaperHeight(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STPositiveUniversalMeasure paperHeight)
Sets (as xml) the "paperHeight" attributevoid
xsetPaperSize(XmlUnsignedInt paperSize)
Sets (as xml) the "paperSize" attributevoid
xsetPaperWidth(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STPositiveUniversalMeasure paperWidth)
Sets (as xml) the "paperWidth" attributevoid
xsetUseFirstPageNumber(XmlBoolean useFirstPageNumber)
Sets (as xml) the "useFirstPageNumber" attributevoid
xsetVerticalDpi(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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTPageSetup> Factory
-
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
-
getPaperHeight
java.lang.String getPaperHeight()
Gets the "paperHeight" attribute
-
xgetPaperHeight
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STPositiveUniversalMeasure xgetPaperHeight()
Gets (as xml) the "paperHeight" attribute
-
isSetPaperHeight
boolean isSetPaperHeight()
True if has "paperHeight" attribute
-
setPaperHeight
void setPaperHeight(java.lang.String paperHeight)
Sets the "paperHeight" attribute
-
xsetPaperHeight
void xsetPaperHeight(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STPositiveUniversalMeasure paperHeight)
Sets (as xml) the "paperHeight" attribute
-
unsetPaperHeight
void unsetPaperHeight()
Unsets the "paperHeight" attribute
-
getPaperWidth
java.lang.String getPaperWidth()
Gets the "paperWidth" attribute
-
xgetPaperWidth
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STPositiveUniversalMeasure xgetPaperWidth()
Gets (as xml) the "paperWidth" attribute
-
isSetPaperWidth
boolean isSetPaperWidth()
True if has "paperWidth" attribute
-
setPaperWidth
void setPaperWidth(java.lang.String paperWidth)
Sets the "paperWidth" attribute
-
xsetPaperWidth
void xsetPaperWidth(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STPositiveUniversalMeasure paperWidth)
Sets (as xml) the "paperWidth" attribute
-
unsetPaperWidth
void unsetPaperWidth()
Unsets the "paperWidth" 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
-
-