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