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