NamedAction

Vue de l’ensemble

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

Action nommée : action prédéfini (ISO 32000-1:2008, §12.6.4.11).

Cette classe fournit 7 méthodes pour travailler avec des objets NamedAction dans les programmes Java. Les méthodologies disponibles comprennent: NamedAction, fromDictionary , getActionName ; ‘getNext; getPdfDictary‘ ; ghetType. Tous les membres publics sont accessibles à toute application Java après avoir installé l’Aspose.PDF FOSS pour le package Java . Propriétés : actionNamen : suivant, pdfDictorial` et type.

Propriétés

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

méthodes

SignatureDescription
NamedAction(name: String)Creates a NamedAction with the given name.
NamedAction(dict: PdfDictionary)Parses a NamedAction from a dictionary.
getActionName()StringReturns the action name.
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