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 class
CTPageMargins.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 double
getBottom()
Gets the "bottom" attributedouble
getFooter()
Gets the "footer" attributedouble
getHeader()
Gets the "header" attributedouble
getLeft()
Gets the "left" attributedouble
getRight()
Gets the "right" attributedouble
getTop()
Gets the "top" attributevoid
setBottom(double bottom)
Sets the "bottom" attributevoid
setFooter(double footer)
Sets the "footer" attributevoid
setHeader(double header)
Sets the "header" attributevoid
setLeft(double left)
Sets the "left" attributevoid
setRight(double right)
Sets the "right" attributevoid
setTop(double top)
Sets the "top" attributeXmlDouble
xgetBottom()
Gets (as xml) the "bottom" attributeXmlDouble
xgetFooter()
Gets (as xml) the "footer" attributeXmlDouble
xgetHeader()
Gets (as xml) the "header" attributeXmlDouble
xgetLeft()
Gets (as xml) the "left" attributeXmlDouble
xgetRight()
Gets (as xml) the "right" attributeXmlDouble
xgetTop()
Gets (as xml) the "top" attributevoid
xsetBottom(XmlDouble bottom)
Sets (as xml) the "bottom" attributevoid
xsetFooter(XmlDouble footer)
Sets (as xml) the "footer" attributevoid
xsetHeader(XmlDouble header)
Sets (as xml) the "header" attributevoid
xsetLeft(XmlDouble left)
Sets (as xml) the "left" attributevoid
xsetRight(XmlDouble right)
Sets (as xml) the "right" attributevoid
xsetTop(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
-
-