Uses of Class
org.docx4j.dml.chart.STRadarStyle
| Package | Description |
|---|---|
| org.docx4j.dml.chart |
-
Uses of STRadarStyle in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as STRadarStyle Modifier and Type Field Description protected STRadarStyleCTRadarStyle. valMethods in org.docx4j.dml.chart that return STRadarStyle Modifier and Type Method Description static STRadarStyleSTRadarStyle. fromValue(java.lang.String v)STRadarStyleCTRadarStyle. getVal()Gets the value of the val property.static STRadarStyleSTRadarStyle. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STRadarStyle[]STRadarStyle. 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 STRadarStyle Modifier and Type Method Description voidCTRadarStyle. setVal(STRadarStyle value)Sets the value of the val property.