|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.itextpdf.text.pdf.PdfPageLabels.PdfPageLabelFormat
public static class PdfPageLabels.PdfPageLabelFormat
| Field Summary | |
|---|---|
int |
logicalPage
|
int |
numberStyle
|
int |
physicalPage
|
java.lang.String |
prefix
|
| Constructor Summary | |
|---|---|
PdfPageLabels.PdfPageLabelFormat(int physicalPage,
int numberStyle,
java.lang.String prefix,
int logicalPage)
Creates a page label format. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int physicalPage
public int numberStyle
public java.lang.String prefix
public int logicalPage
| Constructor Detail |
|---|
public PdfPageLabels.PdfPageLabelFormat(int physicalPage,
int numberStyle,
java.lang.String prefix,
int logicalPage)
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 be null or emptylogicalPage - the first logical page number
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||