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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTPageMar.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static 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.math.BigIntegergetBottom()Gets the "bottom" attributejava.math.BigIntegergetFooter()Gets the "footer" attributejava.math.BigIntegergetGutter()Gets the "gutter" attributejava.math.BigIntegergetHeader()Gets the "header" attributejava.math.BigIntegergetLeft()Gets the "left" attributejava.math.BigIntegergetRight()Gets the "right" attributejava.math.BigIntegergetTop()Gets the "top" attributevoidsetBottom(java.math.BigInteger bottom)Sets the "bottom" attributevoidsetFooter(java.math.BigInteger footer)Sets the "footer" attributevoidsetGutter(java.math.BigInteger gutter)Sets the "gutter" attributevoidsetHeader(java.math.BigInteger header)Sets the "header" attributevoidsetLeft(java.math.BigInteger left)Sets the "left" attributevoidsetRight(java.math.BigInteger right)Sets the "right" attributevoidsetTop(java.math.BigInteger top)Sets the "top" attributeSTSignedTwipsMeasurexgetBottom()Gets (as xml) the "bottom" attributeSTTwipsMeasurexgetFooter()Gets (as xml) the "footer" attributeSTTwipsMeasurexgetGutter()Gets (as xml) the "gutter" attributeSTTwipsMeasurexgetHeader()Gets (as xml) the "header" attributeSTTwipsMeasurexgetLeft()Gets (as xml) the "left" attributeSTTwipsMeasurexgetRight()Gets (as xml) the "right" attributeSTSignedTwipsMeasurexgetTop()Gets (as xml) the "top" attributevoidxsetBottom(STSignedTwipsMeasure bottom)Sets (as xml) the "bottom" attributevoidxsetFooter(STTwipsMeasure footer)Sets (as xml) the "footer" attributevoidxsetGutter(STTwipsMeasure gutter)Sets (as xml) the "gutter" attributevoidxsetHeader(STTwipsMeasure header)Sets (as xml) the "header" attributevoidxsetLeft(STTwipsMeasure left)Sets (as xml) the "left" attributevoidxsetRight(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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getTop
java.math.BigInteger getTop()
Gets the "top" attribute
-
xgetTop
STSignedTwipsMeasure xgetTop()
Gets (as xml) the "top" attribute
-
setTop
void setTop(java.math.BigInteger top)
Sets the "top" attribute
-
xsetTop
void xsetTop(STSignedTwipsMeasure top)
Sets (as xml) the "top" attribute
-
getRight
java.math.BigInteger getRight()
Gets the "right" attribute
-
xgetRight
STTwipsMeasure xgetRight()
Gets (as xml) the "right" attribute
-
setRight
void setRight(java.math.BigInteger right)
Sets the "right" attribute
-
xsetRight
void xsetRight(STTwipsMeasure right)
Sets (as xml) the "right" attribute
-
getBottom
java.math.BigInteger getBottom()
Gets the "bottom" attribute
-
xgetBottom
STSignedTwipsMeasure xgetBottom()
Gets (as xml) the "bottom" attribute
-
setBottom
void setBottom(java.math.BigInteger bottom)
Sets the "bottom" attribute
-
xsetBottom
void xsetBottom(STSignedTwipsMeasure bottom)
Sets (as xml) the "bottom" attribute
-
getLeft
java.math.BigInteger getLeft()
Gets the "left" attribute
-
xgetLeft
STTwipsMeasure xgetLeft()
Gets (as xml) the "left" attribute
-
setLeft
void setLeft(java.math.BigInteger left)
Sets the "left" attribute
-
xsetLeft
void xsetLeft(STTwipsMeasure left)
Sets (as xml) the "left" attribute
-
getHeader
java.math.BigInteger getHeader()
Gets the "header" attribute
-
xgetHeader
STTwipsMeasure xgetHeader()
Gets (as xml) the "header" attribute
-
setHeader
void setHeader(java.math.BigInteger header)
Sets the "header" attribute
-
xsetHeader
void xsetHeader(STTwipsMeasure header)
Sets (as xml) the "header" attribute
-
getFooter
java.math.BigInteger getFooter()
Gets the "footer" attribute
-
xgetFooter
STTwipsMeasure xgetFooter()
Gets (as xml) the "footer" attribute
-
setFooter
void setFooter(java.math.BigInteger footer)
Sets the "footer" attribute
-
xsetFooter
void xsetFooter(STTwipsMeasure footer)
Sets (as xml) the "footer" attribute
-
getGutter
java.math.BigInteger getGutter()
Gets the "gutter" attribute
-
xgetGutter
STTwipsMeasure xgetGutter()
Gets (as xml) the "gutter" attribute
-
setGutter
void setGutter(java.math.BigInteger gutter)
Sets the "gutter" attribute
-
xsetGutter
void xsetGutter(STTwipsMeasure gutter)
Sets (as xml) the "gutter" attribute
-
-