Uses of Class
org.apache.pdfbox.pdmodel.common.PDPageLabelRange
-
Packages that use PDPageLabelRange Package Description org.apache.pdfbox.pdmodel.common High level PD classes that are used throughout several packages are placed in the PDModel common package. -
-
Uses of PDPageLabelRange in org.apache.pdfbox.pdmodel.common
Fields in org.apache.pdfbox.pdmodel.common declared as PDPageLabelRange Modifier and Type Field Description private PDPageLabelRange
PDPageLabels.LabelGenerator. labelInfo
Fields in org.apache.pdfbox.pdmodel.common with type parameters of type PDPageLabelRange Modifier and Type Field Description private java.util.Map<java.lang.Integer,PDPageLabelRange>
PDPageLabels. labels
Methods in org.apache.pdfbox.pdmodel.common that return PDPageLabelRange Modifier and Type Method Description PDPageLabelRange
PDPageLabels. getPageLabelRange(int startPage)
Returns the page label range starting at the given page, ornull
if no such range is defined.Methods in org.apache.pdfbox.pdmodel.common with parameters of type PDPageLabelRange Modifier and Type Method Description void
PDPageLabels. setLabelItem(int startPage, PDPageLabelRange item)
Sets the page label range beginning at the specified start page.Constructors in org.apache.pdfbox.pdmodel.common with parameters of type PDPageLabelRange Constructor Description LabelGenerator(PDPageLabelRange label, int pages)
-