public static class PdfPageLabels.PdfPageLabelFormat
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
int |
logicalPage |
|
int |
numberStyle |
|
int |
physicalPage |
|
java.lang.String |
prefix |
Constructor | Description |
---|---|
PdfPageLabelFormat(int physicalPage,
int numberStyle,
java.lang.String prefix,
int logicalPage) |
Creates a page label format.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
toString() |
public int physicalPage
public int numberStyle
public java.lang.String prefix
public int logicalPage
public PdfPageLabelFormat(int physicalPage, int numberStyle, java.lang.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 © 1998–2018. All rights reserved.