TransitionAction

TransitionAction

Overview

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

Transition action — controls page transitions during presentations (ISO 32000-1:2008, §12.6.4.14).

Properties

NameTypeAccessDescription
transitionCOSDictionaryReadReturns the transition dictionary (/Trans).
cOSDictionaryCOSDictionaryReadReturns the underlying action dictionary.
typeStringReadReturns the action type (/S entry).
nextPdfActionReadReturns the next action (/Next), if any.

Methods

SignatureDescription
TransitionAction(dict: COSDictionary)Parses a TransitionAction from an existing dictionary.
getTransition()COSDictionaryReturns the transition dictionary (/Trans).
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