Package | Description |
---|---|
org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
org.apache.pdfbox.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 © 2002–2017 The Apache Software Foundation. All rights reserved.