Uses of Class
org.docx4j.dml.chart.CTUpDownBar
| Package | Description |
|---|---|
| org.docx4j.dml.chart |
-
Uses of CTUpDownBar in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTUpDownBar Modifier and Type Field Description protected CTUpDownBarCTUpDownBars. downBarsprotected CTUpDownBarCTUpDownBars. upBarsMethods in org.docx4j.dml.chart that return CTUpDownBar Modifier and Type Method Description CTUpDownBarObjectFactory. createCTUpDownBar()Create an instance ofCTUpDownBarCTUpDownBarCTUpDownBars. getDownBars()Gets the value of the downBars property.CTUpDownBarCTUpDownBars. getUpBars()Gets the value of the upBars property.Methods in org.docx4j.dml.chart with parameters of type CTUpDownBar Modifier and Type Method Description voidCTUpDownBars. setDownBars(CTUpDownBar value)Sets the value of the downBars property.voidCTUpDownBars. setUpBars(CTUpDownBar value)Sets the value of the upBars property.