Class CTSlideTiming

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

public class CTSlideTiming
extends java.lang.Object
implements Child

Java class for CT_SlideTiming complex type.

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

 <complexType name="CT_SlideTiming">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="tnLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TimeNodeList" minOccurs="0"/>
         <element name="bldLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_BuildList" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ExtensionListModify" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>