Uses of Class
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTNumberFormat
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex |
-
Uses of CTNumberFormat in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex declared as CTNumberFormat Modifier and Type Field Description protected CTNumberFormatCTAxis. numFmtprotected CTNumberFormatCTDataLabel. numFmtprotected CTNumberFormatCTDataLabels. numFmtMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex that return CTNumberFormat Modifier and Type Method Description CTNumberFormatObjectFactory. createCTNumberFormat()Create an instance ofCTNumberFormatCTNumberFormatCTAxis. getNumFmt()Gets the value of the numFmt property.CTNumberFormatCTDataLabel. getNumFmt()Gets the value of the numFmt property.CTNumberFormatCTDataLabels. getNumFmt()Gets the value of the numFmt property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex with parameters of type CTNumberFormat Modifier and Type Method Description voidCTAxis. setNumFmt(CTNumberFormat value)Sets the value of the numFmt property.voidCTDataLabel. setNumFmt(CTNumberFormat value)Sets the value of the numFmt property.voidCTDataLabels. setNumFmt(CTNumberFormat value)Sets the value of the numFmt property.