RenditionAction

Vue de l’ensemble

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

Action de rendition — contrôle les renditions multimédias (ISO 32000-1:2008, §12.6.4.13).

Cette classe fournit 8 méthodes pour travailler avec les objets RenditionAction dans les programmes Java. Les méthodologies disponibles comprennent: ‘Rendition Action’, ‘fromDictionary’, getAnnotation', ‘getNext’, 'getOperation’, gettPdfDictationary’, ‘getteRenition’, ’getType’. Tous les membres publics sont accessibles à toute application Java après avoir installé l’Aspose.PDF FOSS pour le package Java . Propriétés : ‘OP_PAUSE’, ‘‘OP-PLAY_STOP’, “OP&RESUME’,‘‘OP=STop’, et 5 autres.

Propriétés

NameTypeAccessDescription
operationintReadReturns the operation code (0–4).
renditionPdfDictionaryReadReturns the rendition dictionary (/R).
annotationPdfDictionaryReadReturns the screen annotation associated with this action (/AN).
OP_PLAY_STOPintReadPlay if not playing, stop if playing.
OP_STOPintReadStop.
OP_PAUSEintReadPause.
OP_RESUMEintReadResume.
OP_PLAYintReadPlay.
pdfDictionaryPdfDictionaryReadReturns the underlying action dictionary.
typeStringReadReturns the action type (/S entry).
nextPdfActionReadReturns the next action (/Next), if any.

méthodes

SignatureDescription
RenditionAction(dict: PdfDictionary)Parses a RenditionAction from an existing dictionary.
getOperation()intReturns the operation code (0–4).
getRendition()PdfDictionaryReturns the rendition dictionary (/R).
getAnnotation()PdfDictionaryReturns the screen annotation associated with this action (/AN).
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