Uses of Class
org.docx4j.dml.chart.CTGrouping
| Package | Description |
|---|---|
| org.docx4j.dml.chart |
-
Uses of CTGrouping in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTGrouping Modifier and Type Field Description protected CTGroupingCTArea3DChart. groupingprotected CTGroupingCTAreaChart. groupingprotected CTGroupingCTLine3DChart. groupingprotected CTGroupingCTLineChart. groupingMethods in org.docx4j.dml.chart that return CTGrouping Modifier and Type Method Description CTGroupingObjectFactory. createCTGrouping()Create an instance ofCTGroupingCTGroupingCTArea3DChart. getGrouping()Gets the value of the grouping property.CTGroupingCTAreaChart. getGrouping()Gets the value of the grouping property.CTGroupingCTLine3DChart. getGrouping()Gets the value of the grouping property.CTGroupingCTLineChart. getGrouping()Gets the value of the grouping property.Methods in org.docx4j.dml.chart with parameters of type CTGrouping Modifier and Type Method Description voidCTArea3DChart. setGrouping(CTGrouping value)Sets the value of the grouping property.voidCTAreaChart. setGrouping(CTGrouping value)Sets the value of the grouping property.voidCTLine3DChart. setGrouping(CTGrouping value)Sets the value of the grouping property.voidCTLineChart. setGrouping(CTGrouping value)Sets the value of the grouping property.