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