Package com.lowagie.text.pdf
Class PdfPageLabels.PdfPageLabelFormat
java.lang.Object
com.lowagie.text.pdf.PdfPageLabels.PdfPageLabelFormat
- Enclosing class:
PdfPageLabels
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPdfPageLabelFormat
(int physicalPage, int numberStyle, String prefix, int logicalPage) Creates a page label format. -
Method Summary
-
Field Details
-
physicalPage
public int physicalPage -
numberStyle
public int numberStyle -
prefix
-
logicalPage
public int logicalPage
-
-
Constructor Details
-
PdfPageLabelFormat
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
-
-
Method Details