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

Packages that use PDThread
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.interactive.pagenavigation
 

Methods in org.apache.pdfbox.pdmodel.interactive.pagenavigation that return PDThread
 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
 void PDThreadBead.setThread(PDThread thread)
          Set the thread that this bead is part of.