Uses of Class
org.apache.pdfbox.pdmodel.interactive.pagenavigation.PDThread
Packages that use PDThread
Package
Description
The PDModel package represents a high level API for creating and manipulating PDF documents.
A package to allow provide access to PDF page navigation functionality.
-
Uses of PDThread in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return types with arguments of type PDThreadModifier and TypeMethodDescriptionPDDocumentCatalog.getThreads()
Returns the document's article threads.Method parameters in org.apache.pdfbox.pdmodel with type arguments of type PDThreadModifier and TypeMethodDescriptionvoid
PDDocumentCatalog.setThreads
(List<PDThread> threads) Sets the list of threads for this pdf document.