Uses of Class
org.pdfbox.pdmodel.interactive.pagenavigation.PDThread

Packages that use PDThread
org.pdfbox.pdmodel.interactive.pagenavigation A package to allow provide access to PDF page navigation functionality. 
 

Uses of PDThread in org.pdfbox.pdmodel.interactive.pagenavigation
 

Methods in org.pdfbox.pdmodel.interactive.pagenavigation that return PDThread
 PDThread PDThreadBead.getThread()
          This will get the thread that this bead is part of.
 

Methods in org.pdfbox.pdmodel.interactive.pagenavigation with parameters of type PDThread
 void PDThreadBead.setThread(PDThread thread)
          Set the thread that this bead is part of.