Class CTTLAnimateBehavior

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

public class CTTLAnimateBehavior
extends java.lang.Object
implements Child

Java class for CT_TLAnimateBehavior complex type.

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

 <complexType name="CT_TLAnimateBehavior">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="cBhvr" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLCommonBehaviorData"/>
         <element name="tavLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLTimeAnimateValueList" minOccurs="0"/>
       </sequence>
       <attribute name="by" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="from" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="to" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="calcmode" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLAnimateBehaviorCalcMode" />
       <attribute name="valueType" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLAnimateBehaviorValueType" />
     </restriction>
   </complexContent>
 </complexType>