Interface CTPageMargins
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTPageMargins extends XmlObject
An XML CT_PageMargins(@http://schemas.openxmlformats.org/drawingml/2006/chart). 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 doublegetB()Gets the "b" attributedoublegetFooter()Gets the "footer" attributedoublegetHeader()Gets 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" attributeXmlDoublexgetB()Gets (as xml) the "b" attributeXmlDoublexgetFooter()Gets (as xml) the "footer" attributeXmlDoublexgetHeader()Gets (as xml) the "header" attributeXmlDoublexgetL()Gets (as xml) the "l" attributeXmlDoublexgetR()Gets (as xml) the "r" attributeXmlDoublexgetT()Gets (as xml) the "t" attributevoidxsetB(XmlDouble b)Sets (as xml) the "b" attributevoidxsetFooter(XmlDouble footer)Sets (as xml) the "footer" attributevoidxsetHeader(XmlDouble header)Sets (as xml) the "header" attributevoidxsetL(XmlDouble l)Sets (as xml) the "l" attributevoidxsetR(XmlDouble r)Sets (as xml) the "r" attributevoidxsetT(XmlDouble t)Sets (as xml) the "t" 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
-
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
void xsetL(XmlDouble l)
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
void xsetR(XmlDouble r)
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
void xsetT(XmlDouble t)
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
void xsetB(XmlDouble b)
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
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
-
-