Uses of Class
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.STNumericDimensionType
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex |
-
Uses of STNumericDimensionType in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex declared as STNumericDimensionType Modifier and Type Field Description protected STNumericDimensionTypeCTNumericDimension. typeMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex that return STNumericDimensionType Modifier and Type Method Description static STNumericDimensionTypeSTNumericDimensionType. fromValue(java.lang.String v)STNumericDimensionTypeCTNumericDimension. getType()Gets the value of the type property.static STNumericDimensionTypeSTNumericDimensionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STNumericDimensionType[]STNumericDimensionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex with parameters of type STNumericDimensionType Modifier and Type Method Description voidCTNumericDimension. setType(STNumericDimensionType value)Sets the value of the type property.