java.lang.Object
java.lang.Enum<STNumericDimensionType>
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.STNumericDimensionType
All Implemented Interfaces:
Serializable, Comparable<STNumericDimensionType>, java.lang.constant.Constable

public enum STNumericDimensionType extends Enum<STNumericDimensionType>

Java class for ST_NumericDimensionType.

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

 <simpleType name="ST_NumericDimensionType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="val"/>
     <enumeration value="x"/>
     <enumeration value="y"/>
     <enumeration value="size"/>
     <enumeration value="colorVal"/>
   </restriction>
 </simpleType>