Uses of Class
com.itextpdf.text.pdf.PdfPageLabels.PdfPageLabelFormat
-
Packages that use PdfPageLabels.PdfPageLabelFormat Package Description com.itextpdf.text.pdf -
-
Uses of PdfPageLabels.PdfPageLabelFormat in com.itextpdf.text.pdf
Methods in com.itextpdf.text.pdf that return PdfPageLabels.PdfPageLabelFormat Modifier and Type Method Description static PdfPageLabels.PdfPageLabelFormat[]
PdfPageLabels. getPageLabelFormats(PdfReader reader)
Retrieves the page labels from a PDF as an array ofPdfPageLabels.PdfPageLabelFormat
objects.Methods in com.itextpdf.text.pdf with parameters of type PdfPageLabels.PdfPageLabelFormat Modifier and Type Method Description void
PdfPageLabels. addPageLabel(PdfPageLabels.PdfPageLabelFormat format)
Adds or replaces a page label.
-