Package com.aowagie.text.pdf
Class PdfPageLabels.PdfPageLabelFormat
- java.lang.Object
-
- com.aowagie.text.pdf.PdfPageLabels.PdfPageLabelFormat
-
- Enclosing class:
- PdfPageLabels
private static class PdfPageLabels.PdfPageLabelFormat extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int
logicalPage
private int
numberStyle
private int
physicalPage
private java.lang.String
prefix
-
Constructor Summary
Constructors Modifier Constructor Description private
PdfPageLabelFormat(int physicalPage, int numberStyle, java.lang.String prefix, int logicalPage)
Creates a page label format.
-
-
-
Constructor Detail
-
PdfPageLabelFormat
private 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
-
-