Interface CTPageMar
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_PageMar(@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 TypeMethodDescriptionGets the "bottom" attributeGets the "footer" attributeGets the "gutter" attributeGets the "header" attributegetLeft()Gets the "left" attributegetRight()Gets the "right" attributegetTop()Gets the "top" attributevoidSets the "bottom" attributevoidSets the "footer" attributevoidSets the "gutter" attributevoidSets the "header" attributevoidSets the "left" attributevoidSets the "right" attributevoidSets the "top" attributeGets (as xml) the "bottom" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasureGets (as xml) the "footer" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasureGets (as xml) the "gutter" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasureGets (as xml) the "header" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasurexgetLeft()Gets (as xml) the "left" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasureGets (as xml) the "right" attributexgetTop()Gets (as xml) the "top" attributevoidxsetBottom(STSignedTwipsMeasure bottom) Sets (as xml) the "bottom" attributevoidxsetFooter(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure footer) Sets (as xml) the "footer" attributevoidxsetGutter(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure gutter) Sets (as xml) the "gutter" attributevoidxsetHeader(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure header) Sets (as xml) the "header" attributevoidxsetLeft(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure left) Sets (as xml) the "left" attributevoidxsetRight(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure right) Sets (as xml) the "right" attributevoidSets (as xml) the "top" 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
-
getTop
Object getTop()Gets the "top" attribute -
xgetTop
STSignedTwipsMeasure xgetTop()Gets (as xml) the "top" attribute -
setTop
Sets the "top" attribute -
xsetTop
Sets (as xml) the "top" attribute -
getRight
Object getRight()Gets the "right" attribute -
xgetRight
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure xgetRight()Gets (as xml) the "right" attribute -
setRight
Sets the "right" attribute -
getBottom
Object getBottom()Gets the "bottom" attribute -
xgetBottom
STSignedTwipsMeasure xgetBottom()Gets (as xml) the "bottom" attribute -
setBottom
Sets the "bottom" attribute -
xsetBottom
Sets (as xml) the "bottom" attribute -
getLeft
Object getLeft()Gets the "left" attribute -
xgetLeft
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure xgetLeft()Gets (as xml) the "left" attribute -
setLeft
Sets the "left" attribute -
getHeader
Object getHeader()Gets the "header" attribute -
xgetHeader
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure xgetHeader()Gets (as xml) the "header" attribute -
setHeader
Sets the "header" attribute -
getGutter
Object getGutter()Gets the "gutter" attribute -
xgetGutter
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure xgetGutter()Gets (as xml) the "gutter" attribute -
setGutter
Sets the "gutter" attribute
-