Uses of Enum
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.STNumericDimensionType
Packages that use STNumericDimensionType
-
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 STNumericDimensionTypeMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex that return STNumericDimensionTypeModifier and TypeMethodDescriptionstatic STNumericDimensionTypeCTNumericDimension.getType()Gets the value of the type property.static STNumericDimensionTypeReturns 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 STNumericDimensionTypeModifier and TypeMethodDescriptionvoidCTNumericDimension.setType(STNumericDimensionType value) Sets the value of the type property.