Uses of Class
org.docx4j.dml.chart.CTErrBars
| Package | Description |
|---|---|
| org.docx4j.dml.chart |
-
Uses of CTErrBars in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTErrBars Modifier and Type Field Description protected CTErrBarsCTBarSer. errBarsprotected CTErrBarsCTLineSer. errBarsFields in org.docx4j.dml.chart with type parameters of type CTErrBars Modifier and Type Field Description protected java.util.List<CTErrBars>CTAreaSer. errBarsprotected java.util.List<CTErrBars>CTBubbleSer. errBarsprotected java.util.List<CTErrBars>CTScatterSer. errBarsMethods in org.docx4j.dml.chart that return CTErrBars Modifier and Type Method Description CTErrBarsObjectFactory. createCTErrBars()Create an instance ofCTErrBarsCTErrBarsCTBarSer. getErrBars()Gets the value of the errBars property.CTErrBarsCTLineSer. getErrBars()Gets the value of the errBars property.Methods in org.docx4j.dml.chart that return types with arguments of type CTErrBars Modifier and Type Method Description java.util.List<CTErrBars>CTAreaSer. getErrBars()Gets the value of the errBars property.java.util.List<CTErrBars>CTBubbleSer. getErrBars()Gets the value of the errBars property.java.util.List<CTErrBars>CTScatterSer. getErrBars()Gets the value of the errBars property.Methods in org.docx4j.dml.chart with parameters of type CTErrBars Modifier and Type Method Description voidCTBarSer. setErrBars(CTErrBars value)Sets the value of the errBars property.voidCTLineSer. setErrBars(CTErrBars value)Sets the value of the errBars property.