Uses of Class
org.docx4j.dml.chart.CTBandFmts
| Package | Description |
|---|---|
| org.docx4j.dml.chart |
-
Uses of CTBandFmts in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTBandFmts Modifier and Type Field Description protected CTBandFmtsCTSurface3DChart. bandFmtsprotected CTBandFmtsCTSurfaceChart. bandFmtsMethods in org.docx4j.dml.chart that return CTBandFmts Modifier and Type Method Description CTBandFmtsObjectFactory. createCTBandFmts()Create an instance ofCTBandFmtsCTBandFmtsCTSurface3DChart. getBandFmts()Gets the value of the bandFmts property.CTBandFmtsCTSurfaceChart. getBandFmts()Gets the value of the bandFmts property.Methods in org.docx4j.dml.chart with parameters of type CTBandFmts Modifier and Type Method Description voidCTSurface3DChart. setBandFmts(CTBandFmts value)Sets the value of the bandFmts property.voidCTSurfaceChart. setBandFmts(CTBandFmts value)Sets the value of the bandFmts property.