Class CTTLIterateData

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

public class CTTLIterateData
extends java.lang.Object
implements Child

Java class for CT_TLIterateData complex type.

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

 <complexType name="CT_TLIterateData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="tmAbs" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLIterateIntervalTime"/>
         <element name="tmPct" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLIterateIntervalPercentage"/>
       </choice>
       <attribute name="type" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_IterateType" default="el" />
       <attribute name="backwards" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>