Uses of Class
org.docx4j.dml.chart.CTSurfaceSer
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart | |
| org.docx4j.dml.chart |
-
Uses of CTSurfaceSer in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart declared as CTSurfaceSer Modifier and Type Field Description protected CTSurfaceSerCTFilteredSurfaceSer. serMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart that return CTSurfaceSer Modifier and Type Method Description CTSurfaceSerCTFilteredSurfaceSer. getSer()Gets the value of the ser property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart with parameters of type CTSurfaceSer Modifier and Type Method Description voidCTFilteredSurfaceSer. setSer(CTSurfaceSer value)Sets the value of the ser property. -
Uses of CTSurfaceSer in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart with type parameters of type CTSurfaceSer Modifier and Type Field Description protected java.util.List<CTSurfaceSer>CTSurface3DChart. serprotected java.util.List<CTSurfaceSer>CTSurfaceChart. serMethods in org.docx4j.dml.chart that return CTSurfaceSer Modifier and Type Method Description CTSurfaceSerObjectFactory. createCTSurfaceSer()Create an instance ofCTSurfaceSerMethods in org.docx4j.dml.chart that return types with arguments of type CTSurfaceSer Modifier and Type Method Description java.util.List<CTSurfaceSer>CTSurface3DChart. getSer()Gets the value of the ser property.java.util.List<CTSurfaceSer>CTSurfaceChart. getSer()Gets the value of the ser property.