Interface CTRelativeRect
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_RelativeRect(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTRelativeRect> static final SchemaTypeFields 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" attributebooleanisSetB()True if has "b" attributebooleanisSetL()True if has "l" attributebooleanisSetR()True if has "r" attributebooleanisSetT()True if has "t" attributevoidSets the "b" attributevoidSets the "l" attributevoidSets the "r" attributevoidSets the "t" attributevoidunsetB()Unsets the "b" attributevoidunsetL()Unsets the "l" attributevoidunsetR()Unsets the "r" attributevoidunsetT()Unsets 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" attributevoidSets (as xml) the "b" 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
Object getL()Gets the "l" attribute -
xgetL
STPercentage xgetL()Gets (as xml) the "l" attribute -
isSetL
boolean isSetL()True if has "l" attribute -
setL
Sets the "l" attribute -
xsetL
Sets (as xml) the "l" attribute -
unsetL
void unsetL()Unsets the "l" attribute -
getT
Object getT()Gets the "t" attribute -
xgetT
STPercentage xgetT()Gets (as xml) the "t" attribute -
isSetT
boolean isSetT()True if has "t" attribute -
setT
Sets the "t" attribute -
xsetT
Sets (as xml) the "t" attribute -
unsetT
void unsetT()Unsets the "t" attribute -
getR
Object getR()Gets the "r" attribute -
xgetR
STPercentage xgetR()Gets (as xml) the "r" attribute -
isSetR
boolean isSetR()True if has "r" attribute -
setR
Sets the "r" attribute -
xsetR
Sets (as xml) the "r" attribute -
unsetR
void unsetR()Unsets the "r" attribute -
getB
Object getB()Gets the "b" attribute -
xgetB
STPercentage xgetB()Gets (as xml) the "b" attribute -
isSetB
boolean isSetB()True if has "b" attribute -
setB
Sets the "b" attribute -
xsetB
Sets (as xml) the "b" attribute -
unsetB
void unsetB()Unsets the "b" attribute
-