public class PDActionThread extends PDAction
Modifier and Type | Field and Description |
---|---|
static String |
SUB_TYPE
This type of action this object represents.
|
Constructor and Description |
---|
PDActionThread()
Default constructor.
|
PDActionThread(COSDictionary a)
Constructor.
|
Modifier and Type | Method and 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.
|
getCOSObject, getNext, getSubType, getType, setNext, setSubType, setType
public static final 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 IOException
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 The Apache Software Foundation. All rights reserved.