JavaScriptAction

Vue de l’ensemble

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

L’action JavaScript est un script JavaScript (ISO 32000-1:2008, §12.6.4.16).

Cette classe fournit 8 méthodes pour travailler avec les objets JavaScriptAction dans les programmes Java. Les méthodologies disponibles comprennent: ‘JavaScriptAction’, ‘fromDictionary’, getNext', ‘getPdfDictary’, 'getScript', ’getType', ‚setScript. Tous les membres publics sont accessibles à toute application Java après l’installation de l’Aspose.PDF FOSS pour le package Java, propriétés : ’next’, ‘‘pdfDictorial’,‘‘script’,`type’.

Propriétés

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

méthodes

SignatureDescription
JavaScriptAction(dict: PdfDictionary)Parses a JavaScriptAction from an existing dictionary.
JavaScriptAction(script: String)Creates a JavaScriptAction with the given script.
getScript()StringReturns the JavaScript source code.
setScript(script: String)Sets the JavaScript source code (as a text string).
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