Class CTTLAnimateColorBehavior

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

public class CTTLAnimateColorBehavior extends Object implements Child

Java class for CT_TLAnimateColorBehavior complex type.

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

 <complexType name="CT_TLAnimateColorBehavior">
   <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_TLByAnimateColorTransform" minOccurs="0"/>
         <element name="from" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color" minOccurs="0"/>
         <element name="to" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color" minOccurs="0"/>
       </sequence>
       <attribute name="clrSpc" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLAnimateColorSpace" />
       <attribute name="dir" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLAnimateColorDirection" />
     </restriction>
   </complexContent>
 </complexType>