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

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

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

Methods in org.pdfbox.pdmodel.interactive.pagenavigation that return PDThreadBead
 PDThreadBead PDThreadBead.getNextBead()
          This will get the next bead.
 PDThreadBead PDThreadBead.getPreviousBead()
          This will get the previous bead.
 PDThreadBead PDThread.getFirstBead()
          Get the first bead in the thread, or null if it has not been set yet.
 

Methods in org.pdfbox.pdmodel.interactive.pagenavigation with parameters of type PDThreadBead
protected  void PDThreadBead.setNextBead(PDThreadBead next)
          Set the next bead in the thread.
protected  void PDThreadBead.setPreviousBead(PDThreadBead previous)
          Set the previous bead in the thread.
 void PDThreadBead.appendBead(PDThreadBead append)
          Append a bead after this bead.
 void PDThread.setFirstBead(PDThreadBead bead)
          This will set the first bead in the thread.