Uses of Class
org.docx4j.dml.chart.CTLineSer
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart | |
| org.docx4j.dml.chart |
-
Uses of CTLineSer in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart declared as CTLineSer Modifier and Type Field Description protected CTLineSerCTFilteredLineSer. serMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart that return CTLineSer Modifier and Type Method Description CTLineSerCTFilteredLineSer. getSer()Gets the value of the ser property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart with parameters of type CTLineSer Modifier and Type Method Description voidCTFilteredLineSer. setSer(CTLineSer value)Sets the value of the ser property. -
Uses of CTLineSer in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart with type parameters of type CTLineSer Modifier and Type Field Description protected java.util.List<CTLineSer>CTLine3DChart. serprotected java.util.List<CTLineSer>CTLineChart. serprotected java.util.List<CTLineSer>CTStockChart. serMethods in org.docx4j.dml.chart that return CTLineSer Modifier and Type Method Description CTLineSerObjectFactory. createCTLineSer()Create an instance ofCTLineSerMethods in org.docx4j.dml.chart that return types with arguments of type CTLineSer Modifier and Type Method Description java.util.List<CTLineSer>CTLine3DChart. getSer()Gets the value of the ser property.java.util.List<CTLineSer>CTLineChart. getSer()Gets the value of the ser property.java.util.List<CTLineSer>CTStockChart. getSer()Gets the value of the ser property.