Uses of Class
org.docx4j.dml.chart.CTUpDownBars
Packages that use CTUpDownBars
-
Uses of CTUpDownBars in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTUpDownBarsModifier and TypeFieldDescriptionprotected CTUpDownBarsCTLineChart.upDownBarsprotected CTUpDownBarsCTStockChart.upDownBarsMethods in org.docx4j.dml.chart that return CTUpDownBarsModifier and TypeMethodDescriptionObjectFactory.createCTUpDownBars()Create an instance ofCTUpDownBarsCTLineChart.getUpDownBars()Gets the value of the upDownBars property.CTStockChart.getUpDownBars()Gets the value of the upDownBars property.Methods in org.docx4j.dml.chart with parameters of type CTUpDownBarsModifier and TypeMethodDescriptionvoidCTLineChart.setUpDownBars(CTUpDownBars value) Sets the value of the upDownBars property.voidCTStockChart.setUpDownBars(CTUpDownBars value) Sets the value of the upDownBars property.