Interface CTTLShapeTargetElement
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TLShapeTargetElement(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTLShapeTargetElement> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionaddNewBg()Appends and returns a new empty "bg" elementAppends and returns a new empty "graphicEl" elementAppends and returns a new empty "oleChartEl" elementAppends and returns a new empty "subSp" elementAppends and returns a new empty "txEl" elementgetBg()Gets the "bg" elementGets the "graphicEl" elementGets the "oleChartEl" elementlonggetSpid()Gets the "spid" attributegetSubSp()Gets the "subSp" elementgetTxEl()Gets the "txEl" elementbooleanisSetBg()True if has "bg" elementbooleanTrue if has "graphicEl" elementbooleanTrue if has "oleChartEl" elementbooleanTrue if has "subSp" elementbooleanTrue if has "txEl" elementvoidSets the "bg" elementvoidsetGraphicEl(CTAnimationElementChoice graphicEl) Sets the "graphicEl" elementvoidsetOleChartEl(CTTLOleChartTargetElement oleChartEl) Sets the "oleChartEl" elementvoidsetSpid(long spid) Sets the "spid" attributevoidsetSubSp(CTTLSubShapeId subSp) Sets the "subSp" elementvoidsetTxEl(CTTLTextTargetElement txEl) Sets the "txEl" elementvoidunsetBg()Unsets the "bg" elementvoidUnsets the "graphicEl" elementvoidUnsets the "oleChartEl" elementvoidUnsets the "subSp" elementvoidUnsets the "txEl" elementxgetSpid()Gets (as xml) the "spid" attributevoidxsetSpid(STDrawingElementId spid) Sets (as xml) the "spid" 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
-
getBg
CTEmpty getBg()Gets the "bg" element -
isSetBg
boolean isSetBg()True if has "bg" element -
setBg
Sets the "bg" element -
addNewBg
CTEmpty addNewBg()Appends and returns a new empty "bg" element -
unsetBg
void unsetBg()Unsets the "bg" element -
getSubSp
CTTLSubShapeId getSubSp()Gets the "subSp" element -
isSetSubSp
boolean isSetSubSp()True if has "subSp" element -
setSubSp
Sets the "subSp" element -
addNewSubSp
CTTLSubShapeId addNewSubSp()Appends and returns a new empty "subSp" element -
unsetSubSp
void unsetSubSp()Unsets the "subSp" element -
getOleChartEl
CTTLOleChartTargetElement getOleChartEl()Gets the "oleChartEl" element -
isSetOleChartEl
boolean isSetOleChartEl()True if has "oleChartEl" element -
setOleChartEl
Sets the "oleChartEl" element -
addNewOleChartEl
CTTLOleChartTargetElement addNewOleChartEl()Appends and returns a new empty "oleChartEl" element -
unsetOleChartEl
void unsetOleChartEl()Unsets the "oleChartEl" element -
getTxEl
CTTLTextTargetElement getTxEl()Gets the "txEl" element -
isSetTxEl
boolean isSetTxEl()True if has "txEl" element -
setTxEl
Sets the "txEl" element -
addNewTxEl
CTTLTextTargetElement addNewTxEl()Appends and returns a new empty "txEl" element -
unsetTxEl
void unsetTxEl()Unsets the "txEl" element -
getGraphicEl
CTAnimationElementChoice getGraphicEl()Gets the "graphicEl" element -
isSetGraphicEl
boolean isSetGraphicEl()True if has "graphicEl" element -
setGraphicEl
Sets the "graphicEl" element -
addNewGraphicEl
CTAnimationElementChoice addNewGraphicEl()Appends and returns a new empty "graphicEl" element -
unsetGraphicEl
void unsetGraphicEl()Unsets the "graphicEl" element -
getSpid
long getSpid()Gets the "spid" attribute -
xgetSpid
STDrawingElementId xgetSpid()Gets (as xml) the "spid" attribute -
setSpid
void setSpid(long spid) Sets the "spid" attribute -
xsetSpid
Sets (as xml) the "spid" attribute
-