DualCOSObjectablepublic class PDNamedTextStream extends java.lang.Object implements DualCOSObjectable
| Constructor | Description |
|---|---|
PDNamedTextStream() |
Constructor.
|
PDNamedTextStream(COSName name,
COSBase str) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
COSBase |
getFirstCOSObject() |
Convert this standard java object to a COS object.
|
java.lang.String |
getName() |
The name of the named text stream.
|
COSBase |
getSecondCOSObject() |
Convert this standard java object to a COS object.
|
PDTextStream |
getStream() |
This will get the stream.
|
void |
setName(java.lang.String name) |
This will set the name of the named text stream.
|
void |
setStream(PDTextStream str) |
This will set the stream.
|
public java.lang.String getName()
public void setName(java.lang.String name)
name - The name of the named text stream.public PDTextStream getStream()
public void setStream(PDTextStream str)
str - The stream associated with this name.public COSBase getFirstCOSObject()
getFirstCOSObject in interface DualCOSObjectablepublic COSBase getSecondCOSObject()
getSecondCOSObject in interface DualCOSObjectable