PdfAction

Vue de l’ensemble

‘PdfAction’ est une classe dans Aspose.PDF FOSS pour Java.

Base abstraite pour toutes les actions PDF (ISO 32000-1:2008, §12.6, p.414).

Cette classe fournit 4 méthodes pour travailler avec des objets PdfAction dans les programmes Java. Les méthodologies disponibles comprennent: fromDictionary, getNext , 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 : next ; pdfDictoire; `type’.

Propriétés

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

méthodes

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.

Voir aussi

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