Uses of Class
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.STStringDimensionType
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex |
-
Uses of STStringDimensionType in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex declared as STStringDimensionType Modifier and Type Field Description protected STStringDimensionTypeCTStringDimension. typeMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex that return STStringDimensionType Modifier and Type Method Description static STStringDimensionTypeSTStringDimensionType. fromValue(java.lang.String v)STStringDimensionTypeCTStringDimension. getType()Gets the value of the type property.static STStringDimensionTypeSTStringDimensionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STStringDimensionType[]STStringDimensionType. 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 STStringDimensionType Modifier and Type Method Description voidCTStringDimension. setType(STStringDimensionType value)Sets the value of the type property.