Enum STAnimationChartOnlyBuildType

java.lang.Object
java.lang.Enum<STAnimationChartOnlyBuildType>
org.docx4j.dml.STAnimationChartOnlyBuildType
All Implemented Interfaces:
Serializable, Comparable<STAnimationChartOnlyBuildType>, java.lang.constant.Constable

public enum STAnimationChartOnlyBuildType extends Enum<STAnimationChartOnlyBuildType>

Java class for ST_AnimationChartOnlyBuildType.

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

 <simpleType name="ST_AnimationChartOnlyBuildType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="series"/>
     <enumeration value="category"/>
     <enumeration value="seriesEl"/>
     <enumeration value="categoryEl"/>
   </restriction>
 </simpleType>