Uses of Class
org.apache.pdfbox.pdmodel.interactive.pagenavigation.PDThread
-
Packages that use PDThread 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. -
-
Uses of PDThread in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return types with arguments of type PDThread Modifier and Type Method Description java.util.List<PDThread>
PDDocumentCatalog. getThreads()
Returns the document's article threads.Method parameters in org.apache.pdfbox.pdmodel with type arguments of type PDThread Modifier and Type Method Description void
PDDocumentCatalog. setThreads(java.util.List<PDThread> threads)
Sets the list of threads for this pdf document. -
Uses of PDThread in org.apache.pdfbox.pdmodel.interactive.pagenavigation
Methods in org.apache.pdfbox.pdmodel.interactive.pagenavigation that return PDThread Modifier and Type Method Description PDThread
PDThreadBead. getThread()
This will get the thread that this bead is part of.Methods in org.apache.pdfbox.pdmodel.interactive.pagenavigation with parameters of type PDThread Modifier and Type Method Description void
PDThreadBead. setThread(PDThread thread)
Set the thread that this bead is part of.
-