Uses of Class
org.docx4j.dml.chart.CTFirstSliceAng
| Package | Description |
|---|---|
| org.docx4j.dml.chart |
-
Uses of CTFirstSliceAng in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTFirstSliceAng Modifier and Type Field Description protected CTFirstSliceAngCTDoughnutChart. firstSliceAngprotected CTFirstSliceAngCTPieChart. firstSliceAngMethods in org.docx4j.dml.chart that return CTFirstSliceAng Modifier and Type Method Description CTFirstSliceAngObjectFactory. createCTFirstSliceAng()Create an instance ofCTFirstSliceAngCTFirstSliceAngCTDoughnutChart. getFirstSliceAng()Gets the value of the firstSliceAng property.CTFirstSliceAngCTPieChart. getFirstSliceAng()Gets the value of the firstSliceAng property.Methods in org.docx4j.dml.chart with parameters of type CTFirstSliceAng Modifier and Type Method Description voidCTDoughnutChart. setFirstSliceAng(CTFirstSliceAng value)Sets the value of the firstSliceAng property.voidCTPieChart. setFirstSliceAng(CTFirstSliceAng value)Sets the value of the firstSliceAng property.