ImportDataAction
Overview
ImportDataAction is a class in Aspose.Pdf FOSS for Java.
Inherits from: PdfAction.
ImportData action — imports form data from an FDF or XFDF file (ISO 32000-1:2008, §12.6.4.17).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
file | String | Read | Returns the FDF/XFDF file path. |
cOSDictionary | COSDictionary | Read | Returns the underlying action dictionary. |
type | String | Read | Returns the action type (/S entry). |
next | PdfAction | Read | Returns the next action (/Next), if any. |
Methods
| Signature | Description |
|---|---|
ImportDataAction(dict: COSDictionary) | Parses an ImportDataAction from an existing dictionary. |
ImportDataAction(filePath: String) | Creates an ImportDataAction for the given file path. |
getFile() → String | Returns the FDF/XFDF file path. |
getCOSDictionary() → COSDictionary | Returns the underlying action dictionary. |
getType() → String | Returns the action type (/S entry). |
getNext() → PdfAction | Returns the next action (/Next), if any. |
fromDictionary(dict: COSDictionary, doc: Document) → PdfAction | Factory: creates the appropriate PdfAction subclass from a dictionary. |