ImportDataAction
Vue de l’ensemble
‘ImportDataAction’ est une classe dans Aspose.PDF FOSS pour Java.
ImportData action — importation de données formées à partir d’un fichier FDF ou XFDF (ISO 32000-1:2008, §12.6.4.17).
Cette classe fournit 7 méthodes pour travailler avec les objets ImportDataAction dans les programmes Java. Les méthodologies disponibles comprennent: ImportDatAction, fromDictionary , ‘getFile ; 'gettNext; ‘GetPdfDictary’ ; getType. Tous les membres publics sont accessibles à n’importe quelle application Java après l’installation de l’Aspose.PDF FOSS pour le package Java . Propriétés : file et next : pdfDictoire` .
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
file | String | Read | Returns the FDF/XFDF file path. |
pdfDictionary | PdfDictionary | 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. |
méthodes
| Signature | Description |
|---|---|
ImportDataAction(dict: PdfDictionary) | 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. |
getPdfDictionary() → PdfDictionary | Returns the underlying action dictionary. |
getType() → String | Returns the action type (/S entry). |
getNext() → PdfAction | Returns the next action (/Next), if any. |
fromDictionary(dict: PdfDictionary, doc: Document) → PdfAction | Factory: creates the appropriate PdfAction subclass from a dictionary. |
Voir aussi
- Aspose.PDF pour Java — API d’entreprise