Interface CTGeomRect
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_GeomRect(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory
<CTGeomRect> static final SchemaType
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptiongetB()
Gets the "b" attributegetL()
Gets the "l" attributegetR()
Gets the "r" attributegetT()
Gets the "t" attributevoid
Sets the "b" attributevoid
Sets the "l" attributevoid
Sets the "r" attributevoid
Sets the "t" attributexgetB()
Gets (as xml) the "b" attributexgetL()
Gets (as xml) the "l" attributexgetR()
Gets (as xml) the "r" attributexgetT()
Gets (as xml) the "t" attributevoid
Sets (as xml) the "b" attributevoid
Sets (as xml) the "l" attributevoid
Sets (as xml) the "r" attributevoid
Sets (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, valueHashCode
Methods 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
Object getL()Gets the "l" attribute -
xgetL
STAdjCoordinate xgetL()Gets (as xml) the "l" attribute -
setL
Sets the "l" attribute -
xsetL
Sets (as xml) the "l" attribute -
getT
Object getT()Gets the "t" attribute -
xgetT
STAdjCoordinate xgetT()Gets (as xml) the "t" attribute -
setT
Sets the "t" attribute -
xsetT
Sets (as xml) the "t" attribute -
getR
Object getR()Gets the "r" attribute -
xgetR
STAdjCoordinate xgetR()Gets (as xml) the "r" attribute -
setR
Sets the "r" attribute -
xsetR
Sets (as xml) the "r" attribute -
getB
Object getB()Gets the "b" attribute -
xgetB
STAdjCoordinate xgetB()Gets (as xml) the "b" attribute -
setB
Sets the "b" attribute -
xsetB
Sets (as xml) the "b" attribute
-