public class CTTLShapeTargetElement extends Object
Java class for CT_TLShapeTargetElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLShapeTargetElement"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice minOccurs="0"> <element name="bg" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_Empty"/> <element name="subSp" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLSubShapeId"/> <element name="oleChartEl" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLOleChartTargetElement"/> <element name="txEl" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLTextTargetElement"/> <element name="graphicEl" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_AnimationElementChoice"/> </choice> <attribute name="spid" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_ShapeID" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CTEmpty |
bg |
protected CTAnimationElementChoice |
graphicEl |
protected CTTLOleChartTargetElement |
oleChartEl |
protected String |
spid |
protected CTTLSubShapeId |
subSp |
protected CTTLTextTargetElement |
txEl |
Constructor and Description |
---|
CTTLShapeTargetElement() |
Modifier and Type | Method and Description |
---|---|
CTEmpty |
getBg()
Gets the value of the bg property.
|
CTAnimationElementChoice |
getGraphicEl()
Gets the value of the graphicEl property.
|
CTTLOleChartTargetElement |
getOleChartEl()
Gets the value of the oleChartEl property.
|
String |
getSpid()
Gets the value of the spid property.
|
CTTLSubShapeId |
getSubSp()
Gets the value of the subSp property.
|
CTTLTextTargetElement |
getTxEl()
Gets the value of the txEl property.
|
void |
setBg(CTEmpty value)
Sets the value of the bg property.
|
void |
setGraphicEl(CTAnimationElementChoice value)
Sets the value of the graphicEl property.
|
void |
setOleChartEl(CTTLOleChartTargetElement value)
Sets the value of the oleChartEl property.
|
void |
setSpid(String value)
Sets the value of the spid property.
|
void |
setSubSp(CTTLSubShapeId value)
Sets the value of the subSp property.
|
void |
setTxEl(CTTLTextTargetElement value)
Sets the value of the txEl property.
|
protected CTEmpty bg
protected CTTLSubShapeId subSp
protected CTTLOleChartTargetElement oleChartEl
protected CTTLTextTargetElement txEl
protected CTAnimationElementChoice graphicEl
protected String spid
public void setBg(CTEmpty value)
value
- allowed object is
CTEmpty
public CTTLSubShapeId getSubSp()
CTTLSubShapeId
public void setSubSp(CTTLSubShapeId value)
value
- allowed object is
CTTLSubShapeId
public CTTLOleChartTargetElement getOleChartEl()
CTTLOleChartTargetElement
public void setOleChartEl(CTTLOleChartTargetElement value)
value
- allowed object is
CTTLOleChartTargetElement
public CTTLTextTargetElement getTxEl()
CTTLTextTargetElement
public void setTxEl(CTTLTextTargetElement value)
value
- allowed object is
CTTLTextTargetElement
public CTAnimationElementChoice getGraphicEl()
CTAnimationElementChoice
public void setGraphicEl(CTAnimationElementChoice value)
value
- allowed object is
CTAnimationElementChoice
public String getSpid()
String
Copyright © 2007-2018. All Rights Reserved.