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 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
getB()
Gets the "b" attributedouble
getFooter()
Gets the "footer" attributedouble
getHeader()
Gets the "header" attributedouble
getL()
Gets the "l" attributedouble
getR()
Gets the "r" attributedouble
getT()
Gets the "t" attributevoid
setB(double b)
Sets the "b" attributevoid
setFooter(double footer)
Sets the "footer" attributevoid
setHeader(double header)
Sets the "header" attributevoid
setL(double l)
Sets the "l" attributevoid
setR(double r)
Sets the "r" attributevoid
setT(double t)
Sets the "t" attributeXmlDouble
xgetB()
Gets (as xml) the "b" attributeXmlDouble
xgetFooter()
Gets (as xml) the "footer" attributeXmlDouble
xgetHeader()
Gets (as xml) the "header" attributeXmlDouble
xgetL()
Gets (as xml) the "l" attributeXmlDouble
xgetR()
Gets (as xml) the "r" attributeXmlDouble
xgetT()
Gets (as xml) the "t" attributevoid
xsetB(XmlDouble b)
Sets (as xml) the "b" attributevoid
xsetFooter(XmlDouble footer)
Sets (as xml) the "footer" attributevoid
xsetHeader(XmlDouble header)
Sets (as xml) the "header" attributevoid
xsetL(XmlDouble l)
Sets (as xml) the "l" attributevoid
xsetR(XmlDouble r)
Sets (as xml) the "r" attributevoid
xsetT(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
-
-