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 |
---|---|---|
PDStructureTreeRoot |
PDDocumentCatalog.getStructureTreeRoot() |
Get the document's structure tree root.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDDocumentCatalog.setStructureTreeRoot(PDStructureTreeRoot treeRoot) |
Set the document's structure tree root.
|