ImportDataAction

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).

This class provides 7 methods for working with ImportDataAction objects in Java programs. Available methods include: ImportDataAction, fromDictionary, getFile, getNext, getPdfDictionary, getType. All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package. Properties: file, next, pdfDictionary, type.

Properties

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.

Methods

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.

See Also

 English