RenditionAction

RenditionAction

Overview

RenditionAction is a class in Aspose.Pdf FOSS for Java. Inherits from: PdfAction.

Rendition action — controls multimedia renditions (ISO 32000-1:2008, §12.6.4.13).

Properties

NameTypeAccessDescription
operationintReadReturns the operation code (0–4).
renditionCOSDictionaryReadReturns the rendition dictionary (/R).
annotationCOSDictionaryReadReturns 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.
cOSDictionaryCOSDictionaryReadReturns the underlying action dictionary.
typeStringReadReturns the action type (/S entry).
nextPdfActionReadReturns the next action (/Next), if any.

Methods

SignatureDescription
RenditionAction(dict: COSDictionary)Parses a RenditionAction from an existing dictionary.
getOperation()intReturns the operation code (0–4).
getRendition()COSDictionaryReturns the rendition dictionary (/R).
getAnnotation()COSDictionaryReturns the screen annotation associated with this action (/AN).
getCOSDictionary()COSDictionaryReturns the underlying action dictionary.
getType()StringReturns the action type (/S entry).
getNext()PdfActionReturns the next action (/Next), if any.
fromDictionary(dict: COSDictionary, doc: Document)PdfActionFactory: creates the appropriate PdfAction subclass from a dictionary.

See Also