GenericAction

Vue de l’ensemble

‘GenericAction’ est une classe dans Aspose.PDF FOSS pour Java.Déduit de: PdfAction.

Il représente une action PDF d’un type inconnu ou non soutenu.

Cette classe fournit 5 méthodes pour travailler avec des objets GenericAction dans les programmes Java. Les méthodologies disponibles comprennent: ‘Generic Action’, ‘fromDictionary’, getNext', ‘getPdfDictary’, 'getType'. Tous les membres publics sont accessibles à n'importe quelle application Java après avoir installé l'Aspose.PDF FOSS pour le package Java . Propriétés : 'next', ’pdfDictorial', ''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
GenericAction(dict: PdfDictionary)Creates a GenericAction wrapping the given dictionary.
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