Package com.itextpdf.text.pdf
Class PdfPageLabels.PdfPageLabelFormat
- java.lang.Object
-
- com.itextpdf.text.pdf.PdfPageLabels.PdfPageLabelFormat
-
- Enclosing class:
- PdfPageLabels
public static class PdfPageLabels.PdfPageLabelFormat extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
logicalPage
int
numberStyle
int
physicalPage
java.lang.String
prefix
-
Constructor Summary
Constructors Constructor Description PdfPageLabelFormat(int physicalPage, int numberStyle, java.lang.String prefix, int logicalPage)
Creates a page label format.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Constructor Detail
-
PdfPageLabelFormat
public PdfPageLabelFormat(int physicalPage, int numberStyle, java.lang.String prefix, int logicalPage)
Creates a page label format.- Parameters:
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 benull
or emptylogicalPage
- the first logical page number
-
-