Uses of Class
org.docx4j.dml.chart.CTSurface
Packages that use CTSurface
-
Uses of CTSurface in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTSurfaceModifier and TypeFieldDescriptionprotected CTSurfaceCTChart.backWallprotected CTSurfaceCTChart.floorprotected CTSurfaceCTChart.sideWallMethods in org.docx4j.dml.chart that return CTSurfaceModifier and TypeMethodDescriptionObjectFactory.createCTSurface()Create an instance ofCTSurfaceCTChart.getBackWall()Gets the value of the backWall property.CTChart.getFloor()Gets the value of the floor property.CTChart.getSideWall()Gets the value of the sideWall property.Methods in org.docx4j.dml.chart with parameters of type CTSurfaceModifier and TypeMethodDescriptionvoidCTChart.setBackWall(CTSurface value) Sets the value of the backWall property.voidSets the value of the floor property.voidCTChart.setSideWall(CTSurface value) Sets the value of the sideWall property.