Module org.sejda.sambox
Class PDActionImportData
java.lang.Object
org.sejda.sambox.pdmodel.interactive.action.PDAction
org.sejda.sambox.pdmodel.interactive.action.PDActionImportData
- All Implemented Interfaces:
COSObjectable,PDDestinationOrAction
- Author:
- Timur Kamalov
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetFile()This will get the file in which the destination is located.voidThis will set the file in which the destination is located.Methods inherited from class org.sejda.sambox.pdmodel.interactive.action.PDAction
getCOSObject, getNext, getSubType, getType, setNext, setSubType, setType
-
Field Details
-
SUB_TYPE
This type of action this object represents.- See Also:
-
-
Constructor Details
-
PDActionImportData
public PDActionImportData()Default constructor. -
PDActionImportData
Constructor.- Parameters:
a- The action dictionary.
-
-
Method Details
-
getFile
This will get the file in which the destination is located.- Returns:
- The F entry of the specific Submit-From action dictionary.
-
setFile
This will set the file in which the destination is located.- Parameters:
fs- The file specification.
-