- 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 intlogicalPageintnumberStyleintphysicalPagejava.lang.Stringprefix
-
Constructor Summary
Constructors Constructor Description PdfPageLabelFormat(int physicalPage, int numberStyle, java.lang.String prefix, int logicalPage)Creates a page label format.
-
-
-
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 benullor emptylogicalPage- the first logical page number
-
-