COSObjectable
public class PDThread extends java.lang.Object implements COSObjectable
Constructor | Description |
---|---|
PDThread() |
Default constructor.
|
PDThread(COSDictionary t) |
Constructor that is used for a preexisting dictionary.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
public PDThread(COSDictionary t)
t
- The underlying dictionary.public PDThread()
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.