Package org.docx4j.model.listnumbering
Class NumberFormatter
java.lang.Object
org.docx4j.model.listnumbering.NumberFormatter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetCurrentValueFormatted(NumberFormat numFmt, int current) The current number, formatted using numFmt.static StringgetCurrentValueFormatted(NumberFormat numFmt, String num) The current number, formatted using numFmt.
-
Field Details
-
log
protected static org.slf4j.Logger log
-
-
Constructor Details
-
NumberFormatter
public NumberFormatter()
-
-
Method Details
-
getCurrentValueFormatted
The current number, formatted using numFmt. -
getCurrentValueFormatted
The current number, formatted using numFmt.
-