| Package | Description |
|---|---|
| org.sejda.sambox.pdmodel | |
| org.sejda.sambox.pdmodel.interactive.pagenavigation |
A package to allow provide access to PDF page navigation functionality.
|
| Modifier and Type | Method and Description |
|---|---|
List<PDThread> |
PDDocumentCatalog.getThreads()
Returns the document's article threads.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDDocumentCatalog.setThreads(List<PDThread> threads)
Sets the list of threads for this pdf document.
|
| Modifier and Type | Method and Description |
|---|---|
PDThread |
PDThreadBead.getThread()
This will get the thread that this bead is part of.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDThreadBead.setThread(PDThread thread)
Set the thread that this bead is part of.
|
Copyright © 2020 sejda. All rights reserved.