java.lang.Objectorg.apache.pdfbox.pdmodel.common.PDPageLabels
All Implemented Interfaces:
COSObjectable
- href="mailto:igor.podolskiy@ievvwi.uni-stuttgart.de">Igor
Podolskiy
$
- Revision$Constructor: |
---|
Note that the page label dictionary won't be automatically added to the document; you will still need to do it manually (see PDDocumentCatalog#setPageLabels(PDPageLabels) .
|
Note that the page label dictionary won't be automatically added to the document; you will still need to do it manually (see PDDocumentCatalog#setPageLabels(PDPageLabels) .
|
Method from org.apache.pdfbox.pdmodel.common.PDPageLabels Summary: |
---|
getCOSObject, getLabelsByPageIndices, getPageIndicesByLabels, getPageLabelRange, getPageRangeCount, setLabelItem |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.pdfbox.pdmodel.common.PDPageLabels Detail: |
---|
|
|
NOTE: If the document contains duplicate page labels, the returned map will contain less entries than the document has pages. The page index returned in this case is the highest index among all pages sharing the same label. |
|
This will be always >= 1, as the required default entry for the page range starting at the first page is added automatically by this implementation (see PDF32000-1:2008, p. 375). |
|