com.lowagie.text.pdf

Class PdfPageLabels.PdfPageLabelFormat

public static class PdfPageLabels.PdfPageLabelFormat extends Object

Field Summary
intlogicalPage
intnumberStyle
intphysicalPage
Stringprefix
Constructor Summary
PdfPageLabelFormat(int physicalPage, int numberStyle, String prefix, int logicalPage)
Creates a page label format.

Field Detail

logicalPage

public int logicalPage

numberStyle

public int numberStyle

physicalPage

public int physicalPage

prefix

public String prefix

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 1 numberStyle the numbering style such as LOWERCASE_ROMAN_NUMERALS prefix the text to prefix the number. Can be null or empty logicalPage the first logical page number