Uses of Enum
org.docx4j.wml.NumberFormat
Packages that use NumberFormat
-
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 type with the specified name.static NumberFormat[]NumberFormat.values()Returns an array containing the constants of this enum type, 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.