Uses of Class
org.docx4j.dml.chart.CTAxDataSource
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart | |
| org.docx4j.dml.chart |
-
Uses of CTAxDataSource in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart declared as CTAxDataSource Modifier and Type Field Description protected CTAxDataSourceCTFilteredCategoryTitle. catMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart that return CTAxDataSource Modifier and Type Method Description CTAxDataSourceCTFilteredCategoryTitle. getCat()Gets the value of the cat property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart with parameters of type CTAxDataSource Modifier and Type Method Description voidCTFilteredCategoryTitle. setCat(CTAxDataSource value)Sets the value of the cat property. -
Uses of CTAxDataSource in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTAxDataSource Modifier and Type Field Description protected CTAxDataSourceCTAreaSer. catprotected CTAxDataSourceCTBarSer. catprotected CTAxDataSourceCTLineSer. catprotected CTAxDataSourceCTPieSer. catprotected CTAxDataSourceCTRadarSer. catprotected CTAxDataSourceCTSurfaceSer. catprotected CTAxDataSourceCTBubbleSer. xValprotected CTAxDataSourceCTScatterSer. xValMethods in org.docx4j.dml.chart that return CTAxDataSource Modifier and Type Method Description CTAxDataSourceObjectFactory. createCTAxDataSource()Create an instance ofCTAxDataSourceCTAxDataSourceCTAreaSer. getCat()Gets the value of the cat property.CTAxDataSourceCTBarSer. getCat()Gets the value of the cat property.CTAxDataSourceCTLineSer. getCat()Gets the value of the cat property.CTAxDataSourceCTPieSer. getCat()Gets the value of the cat property.CTAxDataSourceCTRadarSer. getCat()Gets the value of the cat property.CTAxDataSourceCTSurfaceSer. getCat()Gets the value of the cat property.CTAxDataSourceCTBubbleSer. getXVal()Gets the value of the xVal property.CTAxDataSourceCTScatterSer. getXVal()Gets the value of the xVal property.Methods in org.docx4j.dml.chart with parameters of type CTAxDataSource Modifier and Type Method Description voidCTAreaSer. setCat(CTAxDataSource value)Sets the value of the cat property.voidCTBarSer. setCat(CTAxDataSource value)Sets the value of the cat property.voidCTLineSer. setCat(CTAxDataSource value)Sets the value of the cat property.voidCTPieSer. setCat(CTAxDataSource value)Sets the value of the cat property.voidCTRadarSer. setCat(CTAxDataSource value)Sets the value of the cat property.voidCTSurfaceSer. setCat(CTAxDataSource value)Sets the value of the cat property.voidCTBubbleSer. setXVal(CTAxDataSource value)Sets the value of the xVal property.voidCTScatterSer. setXVal(CTAxDataSource value)Sets the value of the xVal property.