Uses of Class
org.docx4j.dml.chart.CTNumData
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2014.chart | |
| org.docx4j.dml.chart |
-
Uses of CTNumData in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chart
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chart declared as CTNumData Modifier and Type Field Description protected CTNumDataCTNumFilteredLiteralCache. numCacheMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chart that return CTNumData Modifier and Type Method Description CTNumDataCTNumFilteredLiteralCache. getNumCache()Gets the value of the numCache property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chart with parameters of type CTNumData Modifier and Type Method Description voidCTNumFilteredLiteralCache. setNumCache(CTNumData value)Sets the value of the numCache property. -
Uses of CTNumData in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTNumData Modifier and Type Field Description protected CTNumDataCTNumRef. numCacheprotected CTNumDataCTAxDataSource. numLitprotected CTNumDataCTNumDataSource. numLitMethods in org.docx4j.dml.chart that return CTNumData Modifier and Type Method Description CTNumDataObjectFactory. createCTNumData()Create an instance ofCTNumDataCTNumDataCTNumRef. getNumCache()Gets the value of the numCache property.CTNumDataCTAxDataSource. getNumLit()Gets the value of the numLit property.CTNumDataCTNumDataSource. getNumLit()Gets the value of the numLit property.Methods in org.docx4j.dml.chart with parameters of type CTNumData Modifier and Type Method Description voidCTNumRef. setNumCache(CTNumData value)Sets the value of the numCache property.voidCTAxDataSource. setNumLit(CTNumData value)Sets the value of the numLit property.voidCTNumDataSource. setNumLit(CTNumData value)Sets the value of the numLit property.