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 class
CTPageMar.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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.BigInteger
getBottom()
Gets the "bottom" attributejava.math.BigInteger
getFooter()
Gets the "footer" attributejava.math.BigInteger
getGutter()
Gets the "gutter" attributejava.math.BigInteger
getHeader()
Gets the "header" attributejava.math.BigInteger
getLeft()
Gets the "left" attributejava.math.BigInteger
getRight()
Gets the "right" attributejava.math.BigInteger
getTop()
Gets the "top" attributevoid
setBottom(java.math.BigInteger bottom)
Sets the "bottom" attributevoid
setFooter(java.math.BigInteger footer)
Sets the "footer" attributevoid
setGutter(java.math.BigInteger gutter)
Sets the "gutter" attributevoid
setHeader(java.math.BigInteger header)
Sets the "header" attributevoid
setLeft(java.math.BigInteger left)
Sets the "left" attributevoid
setRight(java.math.BigInteger right)
Sets the "right" attributevoid
setTop(java.math.BigInteger top)
Sets the "top" attributeSTSignedTwipsMeasure
xgetBottom()
Gets (as xml) the "bottom" attributeSTTwipsMeasure
xgetFooter()
Gets (as xml) the "footer" attributeSTTwipsMeasure
xgetGutter()
Gets (as xml) the "gutter" attributeSTTwipsMeasure
xgetHeader()
Gets (as xml) the "header" attributeSTTwipsMeasure
xgetLeft()
Gets (as xml) the "left" attributeSTTwipsMeasure
xgetRight()
Gets (as xml) the "right" attributeSTSignedTwipsMeasure
xgetTop()
Gets (as xml) the "top" attributevoid
xsetBottom(STSignedTwipsMeasure bottom)
Sets (as xml) the "bottom" attributevoid
xsetFooter(STTwipsMeasure footer)
Sets (as xml) the "footer" attributevoid
xsetGutter(STTwipsMeasure gutter)
Sets (as xml) the "gutter" attributevoid
xsetHeader(STTwipsMeasure header)
Sets (as xml) the "header" attributevoid
xsetLeft(STTwipsMeasure left)
Sets (as xml) the "left" attributevoid
xsetRight(STTwipsMeasure right)
Sets (as xml) the "right" attributevoid
xsetTop(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
-
-