Uses of Class
org.docx4j.dml.chart.CTBarGrouping
| Package | Description |
|---|---|
| org.docx4j.dml.chart |
-
Uses of CTBarGrouping in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTBarGrouping Modifier and Type Field Description protected CTBarGroupingCTBar3DChart. groupingprotected CTBarGroupingCTBarChart. groupingMethods in org.docx4j.dml.chart that return CTBarGrouping Modifier and Type Method Description CTBarGroupingObjectFactory. createCTBarGrouping()Create an instance ofCTBarGroupingCTBarGroupingCTBar3DChart. getGrouping()Gets the value of the grouping property.CTBarGroupingCTBarChart. getGrouping()Gets the value of the grouping property.Methods in org.docx4j.dml.chart with parameters of type CTBarGrouping Modifier and Type Method Description voidCTBar3DChart. setGrouping(CTBarGrouping value)Sets the value of the grouping property.voidCTBarChart. setGrouping(CTBarGrouping value)Sets the value of the grouping property.