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" attributebooleanTrue if has "code" attributebooleanisSetH()True if has "h" attributebooleanTrue if has "orient" attributebooleanisSetW()True if has "w" attributevoidsetCode(BigInteger code) Sets the "code" attributevoidSets the "h" attributevoidsetOrient(STPageOrientation.Enum orient) Sets the "orient" attributevoidSets the "w" attributevoidUnsets the "code" attributevoidunsetH()Unsets the "h" attributevoidUnsets the "orient" attributevoidunsetW()Unsets the "w" attributexgetCode()Gets (as xml) the "code" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasurexgetH()Gets (as xml) the "h" attributeGets (as xml) the "orient" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasurexgetW()Gets (as xml) the "w" attributevoidxsetCode(STDecimalNumber code) Sets (as xml) the "code" attributevoidxsetH(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure h) Sets (as xml) the "h" attributevoidxsetOrient(STPageOrientation orient) Sets (as xml) the "orient" attributevoidxsetW(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, valueHashCodeMethods 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
-