Uses of Class
org.docx4j.dml.chart.STSizeRepresents
| Package | Description |
|---|---|
| org.docx4j.dml.chart |
-
Uses of STSizeRepresents in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as STSizeRepresents Modifier and Type Field Description protected STSizeRepresentsCTSizeRepresents. valMethods in org.docx4j.dml.chart that return STSizeRepresents Modifier and Type Method Description static STSizeRepresentsSTSizeRepresents. fromValue(java.lang.String v)STSizeRepresentsCTSizeRepresents. getVal()Gets the value of the val property.static STSizeRepresentsSTSizeRepresents. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STSizeRepresents[]STSizeRepresents. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.dml.chart with parameters of type STSizeRepresents Modifier and Type Method Description voidCTSizeRepresents. setVal(STSizeRepresents value)Sets the value of the val property.