Package | Description |
---|---|
org.apache.pdfbox.multipdf | |
org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure |
The logical structure package provides a mechanism for incorporating
structural information about a document's content into a PDF file.
|
Modifier and Type | Method and Description |
---|---|
private void |
PDFMergerUtility.mergeIDTree(PDFCloneUtility cloner,
PDStructureTreeRoot srcStructTree,
PDStructureTreeRoot destStructTree) |
private void |
PDFMergerUtility.mergeKEntries(PDFCloneUtility cloner,
PDStructureTreeRoot srcStructTree,
PDStructureTreeRoot destStructTree) |
private void |
PDFMergerUtility.mergeRoleMap(PDStructureTreeRoot srcStructTree,
PDStructureTreeRoot destStructTree) |
Modifier and Type | Method and Description |
---|---|
PDStructureTreeRoot |
PDDocumentCatalog.getStructureTreeRoot()
Get the document's structure tree root, or null if none exists.
|
Modifier and Type | Method and Description |
---|---|
void |
PDDocumentCatalog.setStructureTreeRoot(PDStructureTreeRoot treeRoot)
Sets the document's structure tree root.
|
Modifier and Type | Method and Description |
---|---|
private PDStructureTreeRoot |
PDStructureElement.getStructureTreeRoot()
Returns the structure tree root.
|