Uses of Class
org.docx4j.dml.chart.CTSurface
| Package | Description |
|---|---|
| org.docx4j.dml.chart |
-
Uses of CTSurface in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTSurface Modifier and Type Field Description protected CTSurfaceCTChart. backWallprotected CTSurfaceCTChart. floorprotected CTSurfaceCTChart. sideWallMethods in org.docx4j.dml.chart that return CTSurface Modifier and Type Method Description CTSurfaceObjectFactory. createCTSurface()Create an instance ofCTSurfaceCTSurfaceCTChart. getBackWall()Gets the value of the backWall property.CTSurfaceCTChart. getFloor()Gets the value of the floor property.CTSurfaceCTChart. getSideWall()Gets the value of the sideWall property.Methods in org.docx4j.dml.chart with parameters of type CTSurface Modifier and Type Method Description voidCTChart. setBackWall(CTSurface value)Sets the value of the backWall property.voidCTChart. setFloor(CTSurface value)Sets the value of the floor property.voidCTChart. setSideWall(CTSurface value)Sets the value of the sideWall property.