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