public class FoNumberFormatUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
FO_PAGENUMBER_DECIMAL |
static String |
FO_PAGENUMBER_LOWERALPHA |
static String |
FO_PAGENUMBER_LOWERROMAN |
static String |
FO_PAGENUMBER_UPPERALPHA |
static String |
FO_PAGENUMBER_UPPERROMAN |
Constructor and Description |
---|
FoNumberFormatUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
format(int pageNumber,
String foFormat)
Format a page number the way fo would do it, taken from PageNumberGenerator
of Apache-Fop 1.0
|
public static final String FO_PAGENUMBER_DECIMAL
public static final String FO_PAGENUMBER_LOWERALPHA
public static final String FO_PAGENUMBER_UPPERALPHA
public static final String FO_PAGENUMBER_LOWERROMAN
public static final String FO_PAGENUMBER_UPPERROMAN
Copyright © 2007-2018. All Rights Reserved.