Class CTTLShapeTargetElement

java.lang.Object
org.pptx4j.pml.CTTLShapeTargetElement
All Implemented Interfaces:
Child

public class CTTLShapeTargetElement
extends java.lang.Object
implements Child

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>