Interface CTGeomRect
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTGeomRect extends XmlObject
An XML CT_GeomRect(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTGeomRect.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 ObjectgetB()Gets the "b" attributeObjectgetL()Gets the "l" attributeObjectgetR()Gets the "r" attributeObjectgetT()Gets the "t" attributevoidsetB(Object b)Sets the "b" attributevoidsetL(Object l)Sets the "l" attributevoidsetR(Object r)Sets the "r" attributevoidsetT(Object t)Sets the "t" attributeSTAdjCoordinatexgetB()Gets (as xml) the "b" attributeSTAdjCoordinatexgetL()Gets (as xml) the "l" attributeSTAdjCoordinatexgetR()Gets (as xml) the "r" attributeSTAdjCoordinatexgetT()Gets (as xml) the "t" attributevoidxsetB(STAdjCoordinate b)Sets (as xml) the "b" attributevoidxsetL(STAdjCoordinate l)Sets (as xml) the "l" attributevoidxsetR(STAdjCoordinate r)Sets (as xml) the "r" attributevoidxsetT(STAdjCoordinate 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
Object getL()
Gets the "l" attribute
-
xgetL
STAdjCoordinate xgetL()
Gets (as xml) the "l" attribute
-
setL
void setL(Object l)
Sets the "l" attribute
-
xsetL
void xsetL(STAdjCoordinate l)
Sets (as xml) the "l" attribute
-
getT
Object getT()
Gets the "t" attribute
-
xgetT
STAdjCoordinate xgetT()
Gets (as xml) the "t" attribute
-
setT
void setT(Object t)
Sets the "t" attribute
-
xsetT
void xsetT(STAdjCoordinate t)
Sets (as xml) the "t" attribute
-
getR
Object getR()
Gets the "r" attribute
-
xgetR
STAdjCoordinate xgetR()
Gets (as xml) the "r" attribute
-
setR
void setR(Object r)
Sets the "r" attribute
-
xsetR
void xsetR(STAdjCoordinate r)
Sets (as xml) the "r" attribute
-
getB
Object getB()
Gets the "b" attribute
-
xgetB
STAdjCoordinate xgetB()
Gets (as xml) the "b" attribute
-
setB
void setB(Object b)
Sets the "b" attribute
-
xsetB
void xsetB(STAdjCoordinate b)
Sets (as xml) the "b" attribute
-
-