Uses of Class
org.docx4j.dml.chart.CTFirstSliceAng
Packages that use CTFirstSliceAng
-
Uses of CTFirstSliceAng in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTFirstSliceAngModifier and TypeFieldDescriptionprotected CTFirstSliceAngCTDoughnutChart.firstSliceAngprotected CTFirstSliceAngCTPieChart.firstSliceAngMethods in org.docx4j.dml.chart that return CTFirstSliceAngModifier and TypeMethodDescriptionObjectFactory.createCTFirstSliceAng()Create an instance ofCTFirstSliceAngCTDoughnutChart.getFirstSliceAng()Gets the value of the firstSliceAng property.CTPieChart.getFirstSliceAng()Gets the value of the firstSliceAng property.Methods in org.docx4j.dml.chart with parameters of type CTFirstSliceAngModifier and TypeMethodDescriptionvoidCTDoughnutChart.setFirstSliceAng(CTFirstSliceAng value) Sets the value of the firstSliceAng property.voidCTPieChart.setFirstSliceAng(CTFirstSliceAng value) Sets the value of the firstSliceAng property.