Class CTTLAnimVariant

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

public class CTTLAnimVariant
extends java.lang.Object
implements Child

Java class for CT_TLAnimVariant complex type.

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

 <complexType name="CT_TLAnimVariant">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="boolVal" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLAnimVariantBooleanVal"/>
         <element name="intVal" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLAnimVariantIntegerVal"/>
         <element name="fltVal" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLAnimVariantFloatVal"/>
         <element name="strVal" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLAnimVariantStringVal"/>
         <element name="clrVal" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>