Uses of Class
org.sejda.sambox.pdmodel.interactive.pagenavigation.PDThread
Packages that use PDThread
Package
Description
A package to allow provide access to PDF page navigation functionality.
-
Uses of PDThread in org.sejda.sambox.pdmodel
Methods in org.sejda.sambox.pdmodel that return types with arguments of type PDThreadModifier and TypeMethodDescriptionPDDocumentCatalog.getThreads()Returns the document's article threads.Method parameters in org.sejda.sambox.pdmodel with type arguments of type PDThreadModifier and TypeMethodDescriptionvoidPDDocumentCatalog.setThreads(List<PDThread> threads) Sets the list of threads for this pdf document.