Java org.apache.pdfbox.pdmodel.common PDPageLabels fields, constructors, methods, implement or subclass

Example usage for Java org.apache.pdfbox.pdmodel.common PDPageLabels fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.pdfbox.pdmodel.common PDPageLabels.

The text is from its open source code.

Constructor

PDPageLabels(PDDocument document)
Creates an empty page label dictionary for the given document.

Method

MapgetPageIndicesByLabels()
Returns a mapping with computed page labels as keys and corresponding 0-based page indices as values.
voidsetLabelItem(int startPage, PDPageLabelRange item)
Sets the page label range beginning at the specified start page.