Interface CTPageMargins
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_PageMargins(@http://schemas.openxmlformats.org/drawingml/2006/chart).
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 TypeMethodDescriptiondoublegetB()Gets the "b" attributedoubleGets the "footer" attributedoubleGets the "header" attributedoublegetL()Gets the "l" attributedoublegetR()Gets the "r" attributedoublegetT()Gets the "t" attributevoidsetB(double b) Sets the "b" attributevoidsetFooter(double footer) Sets the "footer" attributevoidsetHeader(double header) Sets the "header" attributevoidsetL(double l) Sets the "l" attributevoidsetR(double r) Sets the "r" attributevoidsetT(double t) Sets the "t" attributexgetB()Gets (as xml) the "b" attributeGets (as xml) the "footer" attributeGets (as xml) the "header" attributexgetL()Gets (as xml) the "l" attributexgetR()Gets (as xml) the "r" attributexgetT()Gets (as xml) the "t" attributevoidSets (as xml) the "b" attributevoidxsetFooter(XmlDouble footer) Sets (as xml) the "footer" attributevoidxsetHeader(XmlDouble header) Sets (as xml) the "header" attributevoidSets (as xml) the "l" attributevoidSets (as xml) the "r" attributevoidSets (as xml) the "t" 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
-
getL
double getL()Gets the "l" attribute -
xgetL
XmlDouble xgetL()Gets (as xml) the "l" attribute -
setL
void setL(double l) Sets the "l" attribute -
xsetL
Sets (as xml) the "l" attribute -
getR
double getR()Gets the "r" attribute -
xgetR
XmlDouble xgetR()Gets (as xml) the "r" attribute -
setR
void setR(double r) Sets the "r" attribute -
xsetR
Sets (as xml) the "r" attribute -
getT
double getT()Gets the "t" attribute -
xgetT
XmlDouble xgetT()Gets (as xml) the "t" attribute -
setT
void setT(double t) Sets the "t" attribute -
xsetT
Sets (as xml) the "t" attribute -
getB
double getB()Gets the "b" attribute -
xgetB
XmlDouble xgetB()Gets (as xml) the "b" attribute -
setB
void setB(double b) Sets the "b" attribute -
xsetB
Sets (as xml) the "b" 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
-