Uses of Class
org.docx4j.dml.chart.CTUpDownBar
Packages that use CTUpDownBar
-
Uses of CTUpDownBar in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTUpDownBarModifier and TypeFieldDescriptionprotected CTUpDownBarCTUpDownBars.downBarsprotected CTUpDownBarCTUpDownBars.upBarsMethods in org.docx4j.dml.chart that return CTUpDownBarModifier and TypeMethodDescriptionObjectFactory.createCTUpDownBar()Create an instance ofCTUpDownBarCTUpDownBars.getDownBars()Gets the value of the downBars property.CTUpDownBars.getUpBars()Gets the value of the upBars property.Methods in org.docx4j.dml.chart with parameters of type CTUpDownBarModifier and TypeMethodDescriptionvoidCTUpDownBars.setDownBars(CTUpDownBar value) Sets the value of the downBars property.voidCTUpDownBars.setUpBars(CTUpDownBar value) Sets the value of the upBars property.