public class PDActionImportData extends PDAction
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SUB_TYPE
This type of action this object represents.
|
Constructor and Description |
---|
PDActionImportData()
Default constructor.
|
PDActionImportData(COSDictionary a)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
PDFileSpecification |
getFile()
This will get the file in which the destination is located.
|
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 java.lang.String SUB_TYPE
public PDActionImportData()
public PDActionImportData(COSDictionary a)
a
- The action dictionary.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.