Uses of Class
org.docx4j.dml.chart.CTGrouping
Packages that use CTGrouping
-
Uses of CTGrouping in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTGroupingModifier and TypeFieldDescriptionprotected CTGroupingCTArea3DChart.groupingprotected CTGroupingCTAreaChart.groupingprotected CTGroupingCTLine3DChart.groupingprotected CTGroupingCTLineChart.groupingMethods in org.docx4j.dml.chart that return CTGroupingModifier and TypeMethodDescriptionObjectFactory.createCTGrouping()Create an instance ofCTGroupingCTArea3DChart.getGrouping()Gets the value of the grouping property.CTAreaChart.getGrouping()Gets the value of the grouping property.CTLine3DChart.getGrouping()Gets the value of the grouping property.CTLineChart.getGrouping()Gets the value of the grouping property.Methods in org.docx4j.dml.chart with parameters of type CTGroupingModifier and TypeMethodDescriptionvoidCTArea3DChart.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.