Package | Description |
---|---|
org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
Modifier and Type | Method | Description |
---|---|---|
PDDocumentOutline |
PDDocumentCatalog.getDocumentOutline() |
Get the outline associated with this document or null if it
does not exist.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDDocumentCatalog.setDocumentOutline(PDDocumentOutline outlines) |
Set the document outlines.
|