Uses of Enum Class
org.docx4j.wml.NumberFormat
Packages that use NumberFormat
-
Uses of NumberFormat in org.docx4j.model.listnumbering
Fields in org.docx4j.model.listnumbering declared as NumberFormatMethods in org.docx4j.model.listnumbering that return NumberFormatMethods in org.docx4j.model.listnumbering with parameters of type NumberFormatModifier and TypeMethodDescriptionstatic StringNumberFormatter.getCurrentValueFormatted(NumberFormat numFmt, int current) The current number, formatted using numFmt.static StringNumberFormatter.getCurrentValueFormatted(NumberFormat numFmt, String num) The current number, formatted using numFmt. -
Uses of NumberFormat in org.docx4j.wml
Fields in org.docx4j.wml declared as NumberFormatModifier and TypeFieldDescriptionprotected NumberFormatCTPageNumber.fmtprotected NumberFormatCTCaption.numFmtprotected NumberFormatNumFmt.valMethods in org.docx4j.wml that return NumberFormatModifier and TypeMethodDescriptionstatic NumberFormatCTPageNumber.getFmt()Gets the value of the fmt property.CTCaption.getNumFmt()Gets the value of the numFmt property.NumFmt.getVal()Gets the value of the val property.static NumberFormatReturns the enum constant of this class with the specified name.static NumberFormat[]NumberFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.docx4j.wml with parameters of type NumberFormatModifier and TypeMethodDescriptionvoidCTPageNumber.setFmt(NumberFormat value) Sets the value of the fmt property.voidCTCaption.setNumFmt(NumberFormat value) Sets the value of the numFmt property.voidNumFmt.setVal(NumberFormat value) Sets the value of the val property.