Class CTTLTimeTargetElement

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

public class CTTLTimeTargetElement
extends java.lang.Object
implements Child

Java class for CT_TLTimeTargetElement complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_TLTimeTargetElement">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="sldTgt" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_Empty"/>
         <element name="sndTgt" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_EmbeddedWAVAudioFile"/>
         <element name="spTgt" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLShapeTargetElement"/>
         <element name="inkTgt" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLSubShapeId"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>