Interface CTObject
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Object(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "control" elementAppends and returns a new empty "drawing" elementAppends and returns a new empty "movie" elementAppends and returns a new empty "objectEmbed" elementAppends and returns a new empty "objectLink" elementGets the "control" elementGets the "drawing" elementGets the "dxaOrig" attributeGets the "dyaOrig" attributegetMovie()Gets the "movie" elementGets the "objectEmbed" elementGets the "objectLink" elementbooleanTrue if has "control" elementbooleanTrue if has "drawing" elementbooleanTrue if has "dxaOrig" attributebooleanTrue if has "dyaOrig" attributebooleanTrue if has "movie" elementbooleanTrue if has "objectEmbed" elementbooleanTrue if has "objectLink" elementvoidsetControl(CTControl control) Sets the "control" elementvoidsetDrawing(CTDrawing drawing) Sets the "drawing" elementvoidsetDxaOrig(Object dxaOrig) Sets the "dxaOrig" attributevoidsetDyaOrig(Object dyaOrig) Sets the "dyaOrig" attributevoidSets the "movie" elementvoidsetObjectEmbed(CTObjectEmbed objectEmbed) Sets the "objectEmbed" elementvoidsetObjectLink(CTObjectLink objectLink) Sets the "objectLink" elementvoidUnsets the "control" elementvoidUnsets the "drawing" elementvoidUnsets the "dxaOrig" attributevoidUnsets the "dyaOrig" attributevoidUnsets the "movie" elementvoidUnsets the "objectEmbed" elementvoidUnsets the "objectLink" elementorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasureGets (as xml) the "dxaOrig" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasureGets (as xml) the "dyaOrig" attributevoidxsetDxaOrig(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure dxaOrig) Sets (as xml) the "dxaOrig" attributevoidxsetDyaOrig(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure dyaOrig) Sets (as xml) the "dyaOrig" 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
-
getDrawing
CTDrawing getDrawing()Gets the "drawing" element -
isSetDrawing
boolean isSetDrawing()True if has "drawing" element -
setDrawing
Sets the "drawing" element -
addNewDrawing
CTDrawing addNewDrawing()Appends and returns a new empty "drawing" element -
unsetDrawing
void unsetDrawing()Unsets the "drawing" element -
getControl
CTControl getControl()Gets the "control" element -
isSetControl
boolean isSetControl()True if has "control" element -
setControl
Sets the "control" element -
addNewControl
CTControl addNewControl()Appends and returns a new empty "control" element -
unsetControl
void unsetControl()Unsets the "control" element -
getObjectLink
CTObjectLink getObjectLink()Gets the "objectLink" element -
isSetObjectLink
boolean isSetObjectLink()True if has "objectLink" element -
setObjectLink
Sets the "objectLink" element -
addNewObjectLink
CTObjectLink addNewObjectLink()Appends and returns a new empty "objectLink" element -
unsetObjectLink
void unsetObjectLink()Unsets the "objectLink" element -
getObjectEmbed
CTObjectEmbed getObjectEmbed()Gets the "objectEmbed" element -
isSetObjectEmbed
boolean isSetObjectEmbed()True if has "objectEmbed" element -
setObjectEmbed
Sets the "objectEmbed" element -
addNewObjectEmbed
CTObjectEmbed addNewObjectEmbed()Appends and returns a new empty "objectEmbed" element -
unsetObjectEmbed
void unsetObjectEmbed()Unsets the "objectEmbed" element -
getMovie
CTRel getMovie()Gets the "movie" element -
isSetMovie
boolean isSetMovie()True if has "movie" element -
setMovie
Sets the "movie" element -
addNewMovie
CTRel addNewMovie()Appends and returns a new empty "movie" element -
unsetMovie
void unsetMovie()Unsets the "movie" element -
getDxaOrig
Object getDxaOrig()Gets the "dxaOrig" attribute -
xgetDxaOrig
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure xgetDxaOrig()Gets (as xml) the "dxaOrig" attribute -
isSetDxaOrig
boolean isSetDxaOrig()True if has "dxaOrig" attribute -
setDxaOrig
Sets the "dxaOrig" attribute -
unsetDxaOrig
void unsetDxaOrig()Unsets the "dxaOrig" attribute -
getDyaOrig
Object getDyaOrig()Gets the "dyaOrig" attribute -
xgetDyaOrig
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STTwipsMeasure xgetDyaOrig()Gets (as xml) the "dyaOrig" attribute -
isSetDyaOrig
boolean isSetDyaOrig()True if has "dyaOrig" attribute -
setDyaOrig
Sets the "dyaOrig" attribute -
unsetDyaOrig
void unsetDyaOrig()Unsets the "dyaOrig" attribute
-