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