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 classCTObject.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 CTControladdNewControl()Appends and returns a new empty "control" elementCTControlgetControl()Gets the "control" elementjava.math.BigIntegergetDxaOrig()Gets the "dxaOrig" attributejava.math.BigIntegergetDyaOrig()Gets the "dyaOrig" attributebooleanisSetControl()True if has "control" elementbooleanisSetDxaOrig()True if has "dxaOrig" attributebooleanisSetDyaOrig()True if has "dyaOrig" attributevoidsetControl(CTControl control)Sets the "control" elementvoidsetDxaOrig(java.math.BigInteger dxaOrig)Sets the "dxaOrig" attributevoidsetDyaOrig(java.math.BigInteger dyaOrig)Sets the "dyaOrig" attributevoidunsetControl()Unsets the "control" elementvoidunsetDxaOrig()Unsets the "dxaOrig" attributevoidunsetDyaOrig()Unsets the "dyaOrig" attributeSTTwipsMeasurexgetDxaOrig()Gets (as xml) the "dxaOrig" attributeSTTwipsMeasurexgetDyaOrig()Gets (as xml) the "dyaOrig" attributevoidxsetDxaOrig(STTwipsMeasure dxaOrig)Sets (as xml) the "dxaOrig" attributevoidxsetDyaOrig(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
-
-