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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTTLShapeTargetElement.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 CTEmpty
addNewBg()
Appends and returns a new empty "bg" elementCTAnimationElementChoice
addNewGraphicEl()
Appends and returns a new empty "graphicEl" elementCTTLOleChartTargetElement
addNewOleChartEl()
Appends and returns a new empty "oleChartEl" elementCTTLSubShapeId
addNewSubSp()
Appends and returns a new empty "subSp" elementCTTLTextTargetElement
addNewTxEl()
Appends and returns a new empty "txEl" elementCTEmpty
getBg()
Gets the "bg" elementCTAnimationElementChoice
getGraphicEl()
Gets the "graphicEl" elementCTTLOleChartTargetElement
getOleChartEl()
Gets the "oleChartEl" elementjava.lang.String
getSpid()
Gets the "spid" attributeCTTLSubShapeId
getSubSp()
Gets the "subSp" elementCTTLTextTargetElement
getTxEl()
Gets the "txEl" elementboolean
isSetBg()
True if has "bg" elementboolean
isSetGraphicEl()
True if has "graphicEl" elementboolean
isSetOleChartEl()
True if has "oleChartEl" elementboolean
isSetSubSp()
True if has "subSp" elementboolean
isSetTxEl()
True if has "txEl" elementvoid
setBg(CTEmpty bg)
Sets the "bg" elementvoid
setGraphicEl(CTAnimationElementChoice graphicEl)
Sets the "graphicEl" elementvoid
setOleChartEl(CTTLOleChartTargetElement oleChartEl)
Sets the "oleChartEl" elementvoid
setSpid(java.lang.String spid)
Sets the "spid" attributevoid
setSubSp(CTTLSubShapeId subSp)
Sets the "subSp" elementvoid
setTxEl(CTTLTextTargetElement txEl)
Sets the "txEl" elementvoid
unsetBg()
Unsets the "bg" elementvoid
unsetGraphicEl()
Unsets the "graphicEl" elementvoid
unsetOleChartEl()
Unsets the "oleChartEl" elementvoid
unsetSubSp()
Unsets the "subSp" elementvoid
unsetTxEl()
Unsets the "txEl" elementSTShapeID
xgetSpid()
Gets (as xml) the "spid" attributevoid
xsetSpid(STShapeID 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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
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
java.lang.String getSpid()
Gets the "spid" attribute
-
xgetSpid
STShapeID xgetSpid()
Gets (as xml) the "spid" attribute
-
setSpid
void setSpid(java.lang.String spid)
Sets the "spid" attribute
-
xsetSpid
void xsetSpid(STShapeID spid)
Sets (as xml) the "spid" attribute
-
-