Uses of Class
org.docx4j.dml.chart.CTUpDownBars
| Package | Description |
|---|---|
| org.docx4j.dml.chart |
-
Uses of CTUpDownBars in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTUpDownBars Modifier and Type Field Description protected CTUpDownBarsCTLineChart. upDownBarsprotected CTUpDownBarsCTStockChart. upDownBarsMethods in org.docx4j.dml.chart that return CTUpDownBars Modifier and Type Method Description CTUpDownBarsObjectFactory. createCTUpDownBars()Create an instance ofCTUpDownBarsCTUpDownBarsCTLineChart. getUpDownBars()Gets the value of the upDownBars property.CTUpDownBarsCTStockChart. getUpDownBars()Gets the value of the upDownBars property.Methods in org.docx4j.dml.chart with parameters of type CTUpDownBars Modifier and Type Method Description voidCTLineChart. setUpDownBars(CTUpDownBars value)Sets the value of the upDownBars property.voidCTStockChart. setUpDownBars(CTUpDownBars value)Sets the value of the upDownBars property.