public static class PdfPageLabels.PdfPageLabelFormat extends Object
Modifier and Type | Field and Description |
---|---|
int |
logicalPage |
int |
numberStyle |
int |
physicalPage |
String |
prefix |
Constructor and Description |
---|
PdfPageLabels.PdfPageLabelFormat(int physicalPage,
int numberStyle,
String prefix,
int logicalPage)
Creates a page label format.
|
public int physicalPage
public int numberStyle
public String prefix
public int logicalPage
public PdfPageLabels.PdfPageLabelFormat(int physicalPage, int numberStyle, String prefix, int logicalPage)
physicalPage
- the real page to start the numbering. First page is 1numberStyle
- the numbering style such as LOWERCASE_ROMAN_NUMERALSprefix
- the text to prefix the number. Can be null
or emptylogicalPage
- the first logical page numberCopyright © 2013 InProTopia Corporation. All Rights Reserved.