Interface CTPageMargins
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_PageMargins(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTPageMargins> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptiondoubleGets the "bottom" attributedoubleGets the "footer" attributedoubleGets 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" attributeGets (as xml) the "bottom" attributeGets (as xml) the "footer" attributeGets (as xml) the "header" attributexgetLeft()Gets (as xml) the "left" attributeGets (as xml) the "right" attributexgetTop()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" attributevoidSets (as xml) the "left" attributevoidSets (as xml) the "right" attributevoidSets (as xml) the "top" attributeMethods 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, valueHashCodeMethods 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 Details
-
Factory
-
type
-
-
Method Details
-
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
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
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
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
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
Sets (as xml) the "header" attribute
-