|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pdfbox.pdmodel.interactive.pagenavigation.PDThread
public class PDThread
This a single thread in a PDF document.
Constructor Summary | |
---|---|
PDThread()
Default constructor. |
|
PDThread(COSDictionary t)
Constructor that is used for a preexisting dictionary. |
Method Summary | |
---|---|
COSBase |
getCOSObject()
Convert this standard java object to a COS object. |
COSDictionary |
getDictionary()
This will get the underlying dictionary that this object wraps. |
PDThreadBead |
getFirstBead()
Get the first bead in the thread, or null if it has not been set yet. |
PDDocumentInformation |
getThreadInfo()
Get info about the thread, or null if there is nothing. |
void |
setFirstBead(PDThreadBead bead)
This will set the first bead in the thread. |
void |
setThreadInfo(PDDocumentInformation info)
Set the thread info, can be null. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PDThread(COSDictionary t)
t
- The underlying dictionary.public PDThread()
Method Detail |
---|
public COSDictionary getDictionary()
public COSBase getCOSObject()
getCOSObject
in interface COSObjectable
public PDDocumentInformation getThreadInfo()
public void setThreadInfo(PDDocumentInformation info)
info
- The info dictionary about this thread.public PDThreadBead getFirstBead()
public void setFirstBead(PDThreadBead bead)
bead
- The first bead in the thread.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |