Class CTTLAnimateMotionBehavior

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

public class CTTLAnimateMotionBehavior
extends java.lang.Object
implements Child

Java class for CT_TLAnimateMotionBehavior complex type.

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

 <complexType name="CT_TLAnimateMotionBehavior">
   <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="by" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLPoint" minOccurs="0"/>
         <element name="from" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLPoint" minOccurs="0"/>
         <element name="to" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLPoint" minOccurs="0"/>
         <element name="rCtr" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLPoint" minOccurs="0"/>
       </sequence>
       <attribute name="origin" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLAnimateMotionBehaviorOrigin" />
       <attribute name="path" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="pathEditMode" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLAnimateMotionPathEditMode" />
       <attribute name="rAng" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Angle" />
       <attribute name="ptsTypes" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>