PdfAction

Overview

PdfAction is a class in Aspose.PDF FOSS for Java.

Abstract base for all PDF actions (ISO 32000-1:2008, §12.6, p.414).

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

Properties

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

Methods

SignatureDescription
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