Interface CTObject
-
- All Superinterfaces:
CTPictureBase
,XmlObject
,XmlTokenSource
public interface CTObject extends CTPictureBase
An XML CT_Object(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTObject.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description 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 CTControl
addNewControl()
Appends and returns a new empty "control" elementCTControl
getControl()
Gets the "control" elementjava.math.BigInteger
getDxaOrig()
Gets the "dxaOrig" attributejava.math.BigInteger
getDyaOrig()
Gets the "dyaOrig" attributeboolean
isSetControl()
True if has "control" elementboolean
isSetDxaOrig()
True if has "dxaOrig" attributeboolean
isSetDyaOrig()
True if has "dyaOrig" attributevoid
setControl(CTControl control)
Sets the "control" elementvoid
setDxaOrig(java.math.BigInteger dxaOrig)
Sets the "dxaOrig" attributevoid
setDyaOrig(java.math.BigInteger dyaOrig)
Sets the "dyaOrig" attributevoid
unsetControl()
Unsets the "control" elementvoid
unsetDxaOrig()
Unsets the "dxaOrig" attributevoid
unsetDyaOrig()
Unsets the "dyaOrig" attributeSTTwipsMeasure
xgetDxaOrig()
Gets (as xml) the "dxaOrig" attributeSTTwipsMeasure
xgetDyaOrig()
Gets (as xml) the "dyaOrig" attributevoid
xsetDxaOrig(STTwipsMeasure dxaOrig)
Sets (as xml) the "dxaOrig" attributevoid
xsetDyaOrig(STTwipsMeasure dyaOrig)
Sets (as xml) the "dyaOrig" 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
-
getControl
CTControl getControl()
Gets the "control" element
-
isSetControl
boolean isSetControl()
True if has "control" element
-
setControl
void setControl(CTControl control)
Sets the "control" element
-
addNewControl
CTControl addNewControl()
Appends and returns a new empty "control" element
-
unsetControl
void unsetControl()
Unsets the "control" element
-
getDxaOrig
java.math.BigInteger getDxaOrig()
Gets the "dxaOrig" attribute
-
xgetDxaOrig
STTwipsMeasure xgetDxaOrig()
Gets (as xml) the "dxaOrig" attribute
-
isSetDxaOrig
boolean isSetDxaOrig()
True if has "dxaOrig" attribute
-
setDxaOrig
void setDxaOrig(java.math.BigInteger dxaOrig)
Sets the "dxaOrig" attribute
-
xsetDxaOrig
void xsetDxaOrig(STTwipsMeasure dxaOrig)
Sets (as xml) the "dxaOrig" attribute
-
unsetDxaOrig
void unsetDxaOrig()
Unsets the "dxaOrig" attribute
-
getDyaOrig
java.math.BigInteger getDyaOrig()
Gets the "dyaOrig" attribute
-
xgetDyaOrig
STTwipsMeasure xgetDyaOrig()
Gets (as xml) the "dyaOrig" attribute
-
isSetDyaOrig
boolean isSetDyaOrig()
True if has "dyaOrig" attribute
-
setDyaOrig
void setDyaOrig(java.math.BigInteger dyaOrig)
Sets the "dyaOrig" attribute
-
xsetDyaOrig
void xsetDyaOrig(STTwipsMeasure dyaOrig)
Sets (as xml) the "dyaOrig" attribute
-
unsetDyaOrig
void unsetDyaOrig()
Unsets the "dyaOrig" attribute
-
-