Home » pdfbox-1.1.0-src » org.apache.pdfbox.pdmodel.interactive.pagenavigation » [javadoc | source]
org.apache.pdfbox.pdmodel.interactive.pagenavigation
public class: PDThread [javadoc | source]
java.lang.Object
   org.apache.pdfbox.pdmodel.interactive.pagenavigation.PDThread

All Implemented Interfaces:
    COSObjectable

This a single thread in a PDF document.
Constructor:
 public PDThread() 
 public PDThread(COSDictionary t) 
    Constructor that is used for a preexisting dictionary.
    Parameters:
    t - The underlying dictionary.
Method from org.apache.pdfbox.pdmodel.interactive.pagenavigation.PDThread Summary:
getCOSObject,   getDictionary,   getFirstBead,   getThreadInfo,   setFirstBead,   setThreadInfo
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.pdfbox.pdmodel.interactive.pagenavigation.PDThread Detail:
 public COSBase getCOSObject() 
    Convert this standard java object to a COS object.
 public COSDictionary getDictionary() 
    This will get the underlying dictionary that this object wraps.
 public PDThreadBead getFirstBead() 
    Get the first bead in the thread, or null if it has not been set yet. This is a required field for this object.
 public PDDocumentInformation getThreadInfo() 
    Get info about the thread, or null if there is nothing.
 public  void setFirstBead(PDThreadBead bead) 
    This will set the first bead in the thread. When this is set it will also set the thread property of the bead object.
 public  void setThreadInfo(PDDocumentInformation info) 
    Set the thread info, can be null.