Uses of Class
org.docx4j.wml.NumberFormat
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of NumberFormat in org.docx4j.wml
Fields in org.docx4j.wml declared as NumberFormat Modifier and Type Field Description protected NumberFormatCTPageNumber. fmtprotected NumberFormatCTCaption. numFmtprotected NumberFormatNumFmt. valMethods in org.docx4j.wml that return NumberFormat Modifier and Type Method Description static NumberFormatNumberFormat. fromValue(java.lang.String v)NumberFormatCTPageNumber. getFmt()Gets the value of the fmt property.NumberFormatCTCaption. getNumFmt()Gets the value of the numFmt property.NumberFormatNumFmt. getVal()Gets the value of the val property.static NumberFormatNumberFormat. valueOf(java.lang.String name)Returns 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 NumberFormat Modifier and Type Method Description voidCTPageNumber. 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.