Interface CTTLShapeTargetElement
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTTLShapeTargetElement extends XmlObject
An XML CT_TLShapeTargetElement(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTTLShapeTargetElement>Factorystatic 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 CTEmptyaddNewBg()Appends and returns a new empty "bg" elementCTAnimationElementChoiceaddNewGraphicEl()Appends and returns a new empty "graphicEl" elementCTTLOleChartTargetElementaddNewOleChartEl()Appends and returns a new empty "oleChartEl" elementCTTLSubShapeIdaddNewSubSp()Appends and returns a new empty "subSp" elementCTTLTextTargetElementaddNewTxEl()Appends and returns a new empty "txEl" elementCTEmptygetBg()Gets the "bg" elementCTAnimationElementChoicegetGraphicEl()Gets the "graphicEl" elementCTTLOleChartTargetElementgetOleChartEl()Gets the "oleChartEl" elementlonggetSpid()Gets the "spid" attributeCTTLSubShapeIdgetSubSp()Gets the "subSp" elementCTTLTextTargetElementgetTxEl()Gets the "txEl" elementbooleanisSetBg()True if has "bg" elementbooleanisSetGraphicEl()True if has "graphicEl" elementbooleanisSetOleChartEl()True if has "oleChartEl" elementbooleanisSetSubSp()True if has "subSp" elementbooleanisSetTxEl()True if has "txEl" elementvoidsetBg(CTEmpty bg)Sets 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" elementvoidunsetGraphicEl()Unsets the "graphicEl" elementvoidunsetOleChartEl()Unsets the "oleChartEl" elementvoidunsetSubSp()Unsets the "subSp" elementvoidunsetTxEl()Unsets the "txEl" elementSTDrawingElementIdxgetSpid()Gets (as xml) the "spid" attributevoidxsetSpid(STDrawingElementId spid)Sets (as xml) the "spid" 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<CTTLShapeTargetElement> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getBg
CTEmpty getBg()
Gets the "bg" element
-
isSetBg
boolean isSetBg()
True if has "bg" element
-
setBg
void setBg(CTEmpty bg)
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
void setSubSp(CTTLSubShapeId subSp)
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
void setOleChartEl(CTTLOleChartTargetElement oleChartEl)
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
void setTxEl(CTTLTextTargetElement txEl)
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
void setGraphicEl(CTAnimationElementChoice graphicEl)
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
void xsetSpid(STDrawingElementId spid)
Sets (as xml) the "spid" attribute
-
-