public class PDActionImportData extends PDAction
Modifier and Type | Field and Description |
---|---|
static 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 String SUB_TYPE
public PDActionImportData()
public PDActionImportData(COSDictionary a)
a
- The action dictionary.public PDFileSpecification getFile() throws IOException
IOException
- If there is an error creating the file spec.public void setFile(PDFileSpecification fs)
fs
- The file specification.Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.