Class CTAnimationElementChoice

java.lang.Object
org.docx4j.dml.CTAnimationElementChoice
All Implemented Interfaces:
Child

public class CTAnimationElementChoice
extends java.lang.Object
implements Child

Java class for CT_AnimationElementChoice complex type.

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

 <complexType name="CT_AnimationElementChoice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="dgm" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_AnimationDgmElement"/>
         <element name="chart" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_AnimationChartElement"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>