Interface CTPageSz
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_PageSz(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
Gets the "code" attributegetH()
Gets the "h" attributeGets the "orient" attributegetW()
Gets the "w" attributeboolean
True if has "code" attributeboolean
isSetH()
True if has "h" attributeboolean
True if has "orient" attributeboolean
isSetW()
True if has "w" attributevoid
setCode
(BigInteger code) Sets the "code" attributevoid
Sets the "h" attributevoid
setOrient
(STPageOrientation.Enum orient) Sets the "orient" attributevoid
Sets the "w" attributevoid
Unsets the "code" attributevoid
unsetH()
Unsets the "h" attributevoid
Unsets the "orient" attributevoid
unsetW()
Unsets the "w" attributexgetCode()
Gets (as xml) the "code" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure
xgetH()
Gets (as xml) the "h" attributeGets (as xml) the "orient" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure
xgetW()
Gets (as xml) the "w" attributevoid
xsetCode
(STDecimalNumber code) Sets (as xml) the "code" attributevoid
xsetH
(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure h) Sets (as xml) the "h" attributevoid
xsetOrient
(STPageOrientation orient) Sets (as xml) the "orient" attributevoid
xsetW
(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure w) Sets (as xml) the "w" 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, 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 Details
-
Factory
-
type
-
-
Method Details
-
getW
Object getW()Gets the "w" attribute -
xgetW
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure xgetW()Gets (as xml) the "w" attribute -
isSetW
boolean isSetW()True if has "w" attribute -
setW
Sets the "w" attribute -
unsetW
void unsetW()Unsets the "w" attribute -
getH
Object getH()Gets the "h" attribute -
xgetH
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure xgetH()Gets (as xml) the "h" attribute -
isSetH
boolean isSetH()True if has "h" attribute -
setH
Sets the "h" attribute -
unsetH
void unsetH()Unsets the "h" attribute -
getOrient
STPageOrientation.Enum getOrient()Gets the "orient" attribute -
xgetOrient
STPageOrientation xgetOrient()Gets (as xml) the "orient" attribute -
isSetOrient
boolean isSetOrient()True if has "orient" attribute -
setOrient
Sets the "orient" attribute -
xsetOrient
Sets (as xml) the "orient" attribute -
unsetOrient
void unsetOrient()Unsets the "orient" attribute -
getCode
BigInteger getCode()Gets the "code" attribute -
xgetCode
STDecimalNumber xgetCode()Gets (as xml) the "code" attribute -
isSetCode
boolean isSetCode()True if has "code" attribute -
setCode
Sets the "code" attribute -
xsetCode
Sets (as xml) the "code" attribute -
unsetCode
void unsetCode()Unsets the "code" attribute
-