Uses of Class
org.docx4j.dml.chart.CTErrBars
Packages that use CTErrBars
-
Uses of CTErrBars in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTErrBarsModifier and TypeFieldDescriptionprotected CTErrBarsCTBarSer.errBarsprotected CTErrBarsCTLineSer.errBarsFields in org.docx4j.dml.chart with type parameters of type CTErrBarsMethods in org.docx4j.dml.chart that return CTErrBarsModifier and TypeMethodDescriptionObjectFactory.createCTErrBars()Create an instance ofCTErrBarsCTBarSer.getErrBars()Gets the value of the errBars property.CTLineSer.getErrBars()Gets the value of the errBars property.Methods in org.docx4j.dml.chart that return types with arguments of type CTErrBarsModifier and TypeMethodDescriptionCTAreaSer.getErrBars()Gets the value of the errBars property.CTBubbleSer.getErrBars()Gets the value of the errBars property.CTScatterSer.getErrBars()Gets the value of the errBars property.Methods in org.docx4j.dml.chart with parameters of type CTErrBarsModifier and TypeMethodDescriptionvoidCTBarSer.setErrBars(CTErrBars value) Sets the value of the errBars property.voidCTLineSer.setErrBars(CTErrBars value) Sets the value of the errBars property.