Uses of Class
org.apache.pdfbox.pdmodel.interactive.pagenavigation.PDThread
-
Packages that use PDThread Package Description 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 Modifier and Type Method Description PDThreadPDThreadBead. 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 voidPDThreadBead. setThread(PDThread thread)Set the thread that this bead is part of.
-