Uses of Class
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTNumberFormat
Packages that use CTNumberFormat
-
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 CTNumberFormatModifier and TypeFieldDescriptionprotected CTNumberFormatCTAxis.numFmtprotected CTNumberFormatCTDataLabel.numFmtprotected CTNumberFormatCTDataLabels.numFmtMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex that return CTNumberFormatModifier and TypeMethodDescriptionObjectFactory.createCTNumberFormat()Create an instance ofCTNumberFormatCTAxis.getNumFmt()Gets the value of the numFmt property.CTDataLabel.getNumFmt()Gets the value of the numFmt property.CTDataLabels.getNumFmt()Gets the value of the numFmt property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex with parameters of type CTNumberFormatModifier and TypeMethodDescriptionvoidCTAxis.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.