Interface CTEffectExtent
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTEffectExtent extends XmlObject
An XML CT_EffectExtent(@http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTEffectExtent>
Factory
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 java.lang.Object
getB()
Gets the "b" attributejava.lang.Object
getL()
Gets the "l" attributejava.lang.Object
getR()
Gets the "r" attributejava.lang.Object
getT()
Gets the "t" attributevoid
setB(java.lang.Object b)
Sets the "b" attributevoid
setL(java.lang.Object l)
Sets the "l" attributevoid
setR(java.lang.Object r)
Sets the "r" attributevoid
setT(java.lang.Object t)
Sets the "t" attributeSTCoordinate
xgetB()
Gets (as xml) the "b" attributeSTCoordinate
xgetL()
Gets (as xml) the "l" attributeSTCoordinate
xgetR()
Gets (as xml) the "r" attributeSTCoordinate
xgetT()
Gets (as xml) the "t" attributevoid
xsetB(STCoordinate b)
Sets (as xml) the "b" attributevoid
xsetL(STCoordinate l)
Sets (as xml) the "l" attributevoid
xsetR(STCoordinate r)
Sets (as xml) the "r" attributevoid
xsetT(STCoordinate 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTEffectExtent> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getL
java.lang.Object getL()
Gets the "l" attribute
-
xgetL
STCoordinate xgetL()
Gets (as xml) the "l" attribute
-
setL
void setL(java.lang.Object l)
Sets the "l" attribute
-
xsetL
void xsetL(STCoordinate l)
Sets (as xml) the "l" attribute
-
getT
java.lang.Object getT()
Gets the "t" attribute
-
xgetT
STCoordinate xgetT()
Gets (as xml) the "t" attribute
-
setT
void setT(java.lang.Object t)
Sets the "t" attribute
-
xsetT
void xsetT(STCoordinate t)
Sets (as xml) the "t" attribute
-
getR
java.lang.Object getR()
Gets the "r" attribute
-
xgetR
STCoordinate xgetR()
Gets (as xml) the "r" attribute
-
setR
void setR(java.lang.Object r)
Sets the "r" attribute
-
xsetR
void xsetR(STCoordinate r)
Sets (as xml) the "r" attribute
-
getB
java.lang.Object getB()
Gets the "b" attribute
-
xgetB
STCoordinate xgetB()
Gets (as xml) the "b" attribute
-
setB
void setB(java.lang.Object b)
Sets the "b" attribute
-
xsetB
void xsetB(STCoordinate b)
Sets (as xml) the "b" attribute
-
-