Class PDActionImportData
- java.lang.Object
-
- com.tom_roush.pdfbox.pdmodel.interactive.action.PDAction
-
- com.tom_roush.pdfbox.pdmodel.interactive.action.PDActionImportData
-
- All Implemented Interfaces:
COSObjectable,PDDestinationOrAction
public class PDActionImportData extends PDAction
-
-
Constructor Summary
Constructors Constructor Description PDActionImportData()Default constructor.PDActionImportData(COSDictionary a)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PDFileSpecificationgetFile()This will get the file in which the destination is located.voidsetFile(PDFileSpecification fs)This will set the file in which the destination is located.-
Methods inherited from class com.tom_roush.pdfbox.pdmodel.interactive.action.PDAction
getCOSObject, getNext, getSubType, getType, setNext, setSubType, setType
-
-
-
-
Field Detail
-
SUB_TYPE
public static final String SUB_TYPE
This type of action this object represents.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PDActionImportData
public PDActionImportData()
Default constructor.
-
PDActionImportData
public PDActionImportData(COSDictionary a)
Constructor.- Parameters:
a- The action dictionary.
-
-
Method Detail
-
getFile
public PDFileSpecification getFile() throws IOException
This will get the file in which the destination is located.- Returns:
- The F entry of the specific Submit-From action dictionary.
- Throws:
IOException- If there is an error creating the file spec.
-
setFile
public void setFile(PDFileSpecification fs)
This will set the file in which the destination is located.- Parameters:
fs- The file specification.
-
-