| Package | Description |
|---|---|
| org.sejda.model.parameter | |
| org.sejda.model.pdf.label |
| Modifier and Type | Method and Description |
|---|---|
PdfPageLabel |
SetPagesLabelParameters.putLabel(Integer page,
PdfPageLabel label)
Associates the given label to the given page number.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,PdfPageLabel> |
SetPagesLabelParameters.getLabels() |
| Modifier and Type | Method and Description |
|---|---|
PdfPageLabel |
SetPagesLabelParameters.putLabel(Integer page,
PdfPageLabel label)
Associates the given label to the given page number.
|
| Modifier and Type | Method and Description |
|---|---|
static PdfPageLabel |
PdfPageLabel.newInstanceWithLabel(String label,
PdfLabelNumberingStyle numberingStyle,
int logicalPageNumber)
Creates a label with given label and given style for the given logical page number.
|
static PdfPageLabel |
PdfPageLabel.newInstanceWithoutLabel(PdfLabelNumberingStyle numberingStyle,
int logicalPageNumber)
Creates an empty label with the given style for the given logical page number.
|
Copyright © 2015. All Rights Reserved.