Class FoNumberFormatUtil

java.lang.Object
org.docx4j.utils.FoNumberFormatUtil

public class FoNumberFormatUtil
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String FO_PAGENUMBER_DECIMAL  
    static java.lang.String FO_PAGENUMBER_LOWERALPHA  
    static java.lang.String FO_PAGENUMBER_LOWERROMAN  
    static java.lang.String FO_PAGENUMBER_UPPERALPHA  
    static java.lang.String FO_PAGENUMBER_UPPERROMAN  
  • Constructor Summary

    Constructors 
    Constructor Description
    FoNumberFormatUtil()  
  • Method Summary

    Modifier and Type Method Description
    static java.lang.String format​(int pageNumber, java.lang.String foFormat)
    Format a page number the way fo would do it, taken from PageNumberGenerator of Apache-Fop 1.0

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait