Class CTTLTimeCondition

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

public class CTTLTimeCondition
extends java.lang.Object
implements Child

Java class for CT_TLTimeCondition complex type.

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

 <complexType name="CT_TLTimeCondition">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice minOccurs="0">
         <element name="tgtEl" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLTimeTargetElement"/>
         <element name="tn" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLTriggerTimeNodeID"/>
         <element name="rtn" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLTriggerRuntimeNode"/>
       </choice>
       <attribute name="evt" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLTriggerEvent" />
       <attribute name="delay" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLTime" />
     </restriction>
   </complexContent>
 </complexType>