Uses of Class
org.docx4j.dml.chart.CTPieSer
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart | |
| org.docx4j.dml.chart |
-
Uses of CTPieSer in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart declared as CTPieSer Modifier and Type Field Description protected CTPieSerCTFilteredPieSer. serMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart that return CTPieSer Modifier and Type Method Description CTPieSerCTFilteredPieSer. getSer()Gets the value of the ser property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart with parameters of type CTPieSer Modifier and Type Method Description voidCTFilteredPieSer. setSer(CTPieSer value)Sets the value of the ser property. -
Uses of CTPieSer in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart with type parameters of type CTPieSer Modifier and Type Field Description protected java.util.List<CTPieSer>CTDoughnutChart. serprotected java.util.List<CTPieSer>CTOfPieChart. serprotected java.util.List<CTPieSer>CTPie3DChart. serprotected java.util.List<CTPieSer>CTPieChart. serMethods in org.docx4j.dml.chart that return CTPieSer Modifier and Type Method Description CTPieSerObjectFactory. createCTPieSer()Create an instance ofCTPieSerMethods in org.docx4j.dml.chart that return types with arguments of type CTPieSer Modifier and Type Method Description java.util.List<CTPieSer>CTDoughnutChart. getSer()Gets the value of the ser property.java.util.List<CTPieSer>CTOfPieChart. getSer()Gets the value of the ser property.java.util.List<CTPieSer>CTPie3DChart. getSer()Gets the value of the ser property.java.util.List<CTPieSer>CTPieChart. getSer()Gets the value of the ser property.