Interface CTPageMar
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTPageMar extends XmlObject
An XML CT_PageMar(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTPageMar>Factorystatic 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 java.lang.ObjectgetBottom()Gets the "bottom" attributejava.lang.ObjectgetFooter()Gets the "footer" attributejava.lang.ObjectgetGutter()Gets the "gutter" attributejava.lang.ObjectgetHeader()Gets the "header" attributejava.lang.ObjectgetLeft()Gets the "left" attributejava.lang.ObjectgetRight()Gets the "right" attributejava.lang.ObjectgetTop()Gets the "top" attributevoidsetBottom(java.lang.Object bottom)Sets the "bottom" attributevoidsetFooter(java.lang.Object footer)Sets the "footer" attributevoidsetGutter(java.lang.Object gutter)Sets the "gutter" attributevoidsetHeader(java.lang.Object header)Sets the "header" attributevoidsetLeft(java.lang.Object left)Sets the "left" attributevoidsetRight(java.lang.Object right)Sets the "right" attributevoidsetTop(java.lang.Object top)Sets the "top" attributeSTSignedTwipsMeasurexgetBottom()Gets (as xml) the "bottom" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasurexgetFooter()Gets (as xml) the "footer" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasurexgetGutter()Gets (as xml) the "gutter" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasurexgetHeader()Gets (as xml) the "header" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasurexgetLeft()Gets (as xml) the "left" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasurexgetRight()Gets (as xml) the "right" attributeSTSignedTwipsMeasurexgetTop()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" attributevoidxsetTop(STSignedTwipsMeasure top)Sets (as xml) the "top" 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<CTPageMar> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getTop
java.lang.Object getTop()
Gets the "top" attribute
-
xgetTop
STSignedTwipsMeasure xgetTop()
Gets (as xml) the "top" attribute
-
setTop
void setTop(java.lang.Object top)
Sets the "top" attribute
-
xsetTop
void xsetTop(STSignedTwipsMeasure top)
Sets (as xml) the "top" attribute
-
getRight
java.lang.Object getRight()
Gets the "right" attribute
-
xgetRight
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure xgetRight()
Gets (as xml) the "right" attribute
-
setRight
void setRight(java.lang.Object right)
Sets the "right" attribute
-
xsetRight
void xsetRight(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure right)
Sets (as xml) the "right" attribute
-
getBottom
java.lang.Object getBottom()
Gets the "bottom" attribute
-
xgetBottom
STSignedTwipsMeasure xgetBottom()
Gets (as xml) the "bottom" attribute
-
setBottom
void setBottom(java.lang.Object bottom)
Sets the "bottom" attribute
-
xsetBottom
void xsetBottom(STSignedTwipsMeasure bottom)
Sets (as xml) the "bottom" attribute
-
getLeft
java.lang.Object getLeft()
Gets the "left" attribute
-
xgetLeft
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure xgetLeft()
Gets (as xml) the "left" attribute
-
setLeft
void setLeft(java.lang.Object left)
Sets the "left" attribute
-
xsetLeft
void xsetLeft(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure left)
Sets (as xml) the "left" attribute
-
getHeader
java.lang.Object getHeader()
Gets the "header" attribute
-
xgetHeader
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure xgetHeader()
Gets (as xml) the "header" attribute
-
setHeader
void setHeader(java.lang.Object header)
Sets the "header" attribute
-
xsetHeader
void xsetHeader(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure header)
Sets (as xml) the "header" attribute
-
getFooter
java.lang.Object getFooter()
Gets the "footer" attribute
-
xgetFooter
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure xgetFooter()
Gets (as xml) the "footer" attribute
-
setFooter
void setFooter(java.lang.Object footer)
Sets the "footer" attribute
-
xsetFooter
void xsetFooter(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure footer)
Sets (as xml) the "footer" attribute
-
getGutter
java.lang.Object getGutter()
Gets the "gutter" attribute
-
xgetGutter
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure xgetGutter()
Gets (as xml) the "gutter" attribute
-
setGutter
void setGutter(java.lang.Object gutter)
Sets the "gutter" attribute
-
xsetGutter
void xsetGutter(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure gutter)
Sets (as xml) the "gutter" attribute
-
-