Class CTTLCommonBehaviorData

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

public class CTTLCommonBehaviorData extends Object implements Child

Java class for CT_TLCommonBehaviorData complex type.

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

 <complexType name="CT_TLCommonBehaviorData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="cTn" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLCommonTimeNodeData"/>
         <element name="tgtEl" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLTimeTargetElement"/>
         <element name="attrNameLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLBehaviorAttributeNameList" minOccurs="0"/>
       </sequence>
       <attribute name="additive" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLBehaviorAdditiveType" />
       <attribute name="accumulate" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLBehaviorAccumulateType" />
       <attribute name="xfrmType" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLBehaviorTransformType" />
       <attribute name="from" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="to" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="by" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="rctx" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="override" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLBehaviorOverrideType" />
     </restriction>
   </complexContent>
 </complexType>