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

NameTypeAccessDescription
fileStringReadReturns the FDF/XFDF file path.
pdfDictionaryPdfDictionaryReadReturns the underlying action dictionary.
typeStringReadReturns the action type (/S entry).
nextPdfActionReadReturns the next action (/Next), if any.

méthodes

SignatureDescription
ImportDataAction(dict: PdfDictionary)Parses an ImportDataAction from an existing dictionary.
ImportDataAction(filePath: String)Creates an ImportDataAction for the given file path.
getFile()StringReturns the FDF/XFDF file path.
getPdfDictionary()PdfDictionaryReturns the underlying action dictionary.
getType()StringReturns the action type (/S entry).
getNext()PdfActionReturns the next action (/Next), if any.
fromDictionary(dict: PdfDictionary, doc: Document)PdfActionFactory: creates the appropriate PdfAction subclass from a dictionary.

Voir aussi

  • Aspose.PDF pour Java — API d’entreprise
 Français