COSObjectable, PDDestinationOrActionpublic class PDActionThread extends PDAction
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
SUB_TYPE |
This type of action this object represents.
|
| Constructor | Description |
|---|---|
PDActionThread() |
Default constructor.
|
PDActionThread(COSDictionary a) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
COSBase |
getB() |
|
COSBase |
getD() |
|
PDFileSpecification |
getFile() |
This will get the file in which the destination is located.
|
void |
setB(COSBase b) |
|
void |
setD(COSBase d) |
|
void |
setFile(PDFileSpecification fs) |
This will set the file in which the destination is located.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCOSObject, getNext, getSubType, getType, setNext, setSubType, setTypepublic static final java.lang.String SUB_TYPE
public PDActionThread()
public PDActionThread(COSDictionary a)
a - The action dictionary.public COSBase getD()
public void setD(COSBase d)
d - The destination.public PDFileSpecification getFile() throws java.io.IOException
java.io.IOException - If there is an error creating the file spec.public void setFile(PDFileSpecification fs)
fs - The file specification.public COSBase getB()
public void setB(COSBase b)
b - The destination.Copyright © 2002–2018. All rights reserved.