Uses of Class
org.docx4j.dml.chart.CTNumDataSource
| Package | Description |
|---|---|
| org.docx4j.dml.chart |
-
Uses of CTNumDataSource in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTNumDataSource Modifier and Type Field Description protected CTNumDataSourceCTBubbleSer. bubbleSizeprotected CTNumDataSourceCTErrBars. minusprotected CTNumDataSourceCTErrBars. plusprotected CTNumDataSourceCTAreaSer. valprotected CTNumDataSourceCTBarSer. valprotected CTNumDataSourceCTLineSer. valprotected CTNumDataSourceCTPieSer. valprotected CTNumDataSourceCTRadarSer. valprotected CTNumDataSourceCTSurfaceSer. valprotected CTNumDataSourceCTBubbleSer. yValprotected CTNumDataSourceCTScatterSer. yValMethods in org.docx4j.dml.chart that return CTNumDataSource Modifier and Type Method Description CTNumDataSourceObjectFactory. createCTNumDataSource()Create an instance ofCTNumDataSourceCTNumDataSourceCTBubbleSer. getBubbleSize()Gets the value of the bubbleSize property.CTNumDataSourceCTErrBars. getMinus()Gets the value of the minus property.CTNumDataSourceCTErrBars. getPlus()Gets the value of the plus property.CTNumDataSourceCTAreaSer. getVal()Gets the value of the val property.CTNumDataSourceCTBarSer. getVal()Gets the value of the val property.CTNumDataSourceCTLineSer. getVal()Gets the value of the val property.CTNumDataSourceCTPieSer. getVal()Gets the value of the val property.CTNumDataSourceCTRadarSer. getVal()Gets the value of the val property.CTNumDataSourceCTSurfaceSer. getVal()Gets the value of the val property.CTNumDataSourceCTBubbleSer. getYVal()Gets the value of the yVal property.CTNumDataSourceCTScatterSer. getYVal()Gets the value of the yVal property.Methods in org.docx4j.dml.chart with parameters of type CTNumDataSource Modifier and Type Method Description voidCTBubbleSer. setBubbleSize(CTNumDataSource value)Sets the value of the bubbleSize property.voidCTErrBars. setMinus(CTNumDataSource value)Sets the value of the minus property.voidCTErrBars. setPlus(CTNumDataSource value)Sets the value of the plus property.voidCTAreaSer. setVal(CTNumDataSource value)Sets the value of the val property.voidCTBarSer. setVal(CTNumDataSource value)Sets the value of the val property.voidCTLineSer. setVal(CTNumDataSource value)Sets the value of the val property.voidCTPieSer. setVal(CTNumDataSource value)Sets the value of the val property.voidCTRadarSer. setVal(CTNumDataSource value)Sets the value of the val property.voidCTSurfaceSer. setVal(CTNumDataSource value)Sets the value of the val property.voidCTBubbleSer. setYVal(CTNumDataSource value)Sets the value of the yVal property.voidCTScatterSer. setYVal(CTNumDataSource value)Sets the value of the yVal property.