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 PDThread.getFirstBead()
          Get the first bead in the thread, or null if it has not been set yet.
 PDThreadBead PDThreadBead.getNextBead()
          This will get the next bead.
 PDThreadBead PDThreadBead.getPreviousBead()
          This will get the previous bead.
 

Methods in org.pdfbox.pdmodel.interactive.pagenavigation with parameters of type PDThreadBead
 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.
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.
 



Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.