Interface CTEffectExtent
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_EffectExtent(@http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTEffectExtent> 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" attributevoidSets the "b" attributevoidSets the "l" attributevoidSets the "r" attributevoidSets 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
STCoordinate 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
STCoordinate 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
STCoordinate 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
STCoordinate xgetB()Gets (as xml) the "b" attribute -
setB
Sets the "b" attribute -
xsetB
Sets (as xml) the "b" attribute
-