GoToEmbeddedAction

GoToEmbeddedAction

Overview

GoToEmbeddedAction is a class in Aspose.PDF FOSS for Java. Inherits from: PdfAction.

GoToE (Go-To-Embedded) action — navigates to a destination in an embedded PDF (ISO 32000-1:2008, §12.6.4.4).

This class provides 8 methods for working with GoToEmbeddedAction objects in Java programs. Available methods include: GoToEmbeddedAction, fromDictionary, getDestination, getNext, getPdfDictionary, getTarget, getType, isNewWindow. All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package. Properties: destination, newWindow, next, pdfDictionary, target, type.

Properties

NameTypeAccessDescription
destinationPdfBaseReadReturns the destination in the embedded document (/D).
targetPdfDictionaryReadReturns the target specification for the embedded file (/T).
newWindowbooleanReadReturns whether a new window should be opened.
pdfDictionaryPdfDictionaryReadReturns the underlying action dictionary.
typeStringReadReturns the action type (/S entry).
nextPdfActionReadReturns the next action (/Next), if any.

Methods

SignatureDescription
GoToEmbeddedAction(dict: PdfDictionary)Parses a GoToEmbeddedAction from an existing dictionary.
getDestination()PdfBaseReturns the destination in the embedded document (/D).
getTarget()PdfDictionaryReturns the target specification for the embedded file (/T).
isNewWindow()booleanReturns whether a new window should be opened.
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.

See Also

 English