Interface CTPageMargins
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTPageMargins extends XmlObject
An XML CT_PageMargins(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTPageMargins.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 doublegetBottom()Gets the "bottom" attributedoublegetFooter()Gets the "footer" attributedoublegetHeader()Gets the "header" attributedoublegetLeft()Gets the "left" attributedoublegetRight()Gets the "right" attributedoublegetTop()Gets the "top" attributevoidsetBottom(double bottom)Sets the "bottom" attributevoidsetFooter(double footer)Sets the "footer" attributevoidsetHeader(double header)Sets the "header" attributevoidsetLeft(double left)Sets the "left" attributevoidsetRight(double right)Sets the "right" attributevoidsetTop(double top)Sets the "top" attributeXmlDoublexgetBottom()Gets (as xml) the "bottom" attributeXmlDoublexgetFooter()Gets (as xml) the "footer" attributeXmlDoublexgetHeader()Gets (as xml) the "header" attributeXmlDoublexgetLeft()Gets (as xml) the "left" attributeXmlDoublexgetRight()Gets (as xml) the "right" attributeXmlDoublexgetTop()Gets (as xml) the "top" attributevoidxsetBottom(XmlDouble bottom)Sets (as xml) the "bottom" attributevoidxsetFooter(XmlDouble footer)Sets (as xml) the "footer" attributevoidxsetHeader(XmlDouble header)Sets (as xml) the "header" attributevoidxsetLeft(XmlDouble left)Sets (as xml) the "left" attributevoidxsetRight(XmlDouble right)Sets (as xml) the "right" attributevoidxsetTop(XmlDouble 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
-
getLeft
double getLeft()
Gets the "left" attribute
-
xgetLeft
XmlDouble xgetLeft()
Gets (as xml) the "left" attribute
-
setLeft
void setLeft(double left)
Sets the "left" attribute
-
xsetLeft
void xsetLeft(XmlDouble left)
Sets (as xml) the "left" attribute
-
getRight
double getRight()
Gets the "right" attribute
-
xgetRight
XmlDouble xgetRight()
Gets (as xml) the "right" attribute
-
setRight
void setRight(double right)
Sets the "right" attribute
-
xsetRight
void xsetRight(XmlDouble right)
Sets (as xml) the "right" attribute
-
getTop
double getTop()
Gets the "top" attribute
-
xgetTop
XmlDouble xgetTop()
Gets (as xml) the "top" attribute
-
setTop
void setTop(double top)
Sets the "top" attribute
-
xsetTop
void xsetTop(XmlDouble top)
Sets (as xml) the "top" attribute
-
getBottom
double getBottom()
Gets the "bottom" attribute
-
xgetBottom
XmlDouble xgetBottom()
Gets (as xml) the "bottom" attribute
-
setBottom
void setBottom(double bottom)
Sets the "bottom" attribute
-
xsetBottom
void xsetBottom(XmlDouble bottom)
Sets (as xml) the "bottom" attribute
-
getHeader
double getHeader()
Gets the "header" attribute
-
xgetHeader
XmlDouble xgetHeader()
Gets (as xml) the "header" attribute
-
setHeader
void setHeader(double header)
Sets the "header" attribute
-
xsetHeader
void xsetHeader(XmlDouble header)
Sets (as xml) the "header" attribute
-
getFooter
double getFooter()
Gets the "footer" attribute
-
xgetFooter
XmlDouble xgetFooter()
Gets (as xml) the "footer" attribute
-
setFooter
void setFooter(double footer)
Sets the "footer" attribute
-
xsetFooter
void xsetFooter(XmlDouble footer)
Sets (as xml) the "footer" attribute
-
-