GoToURIAction

GoToURIAction

Overview

GoToURIAction is a class in Aspose.Pdf FOSS for Java. Inherits from: UriAction.

GoToURI action — alias for {@link UriAction} for API compatibility with Aspose.PDF.

Properties

NameTypeAccessDescription
uRIStringReadReturns the URI string.
uriStringReadReturns the URI string.
cOSDictionaryCOSDictionaryReadReturns the underlying action dictionary.
typeStringReadReturns the action type (/S entry).
nextPdfActionReadReturns the next action (/Next), if any.

Methods

SignatureDescription
GoToURIAction(uri: String)Creates a GoToURIAction for the given URI string.
GoToURIAction(dict: COSDictionary)Parses a GoToURIAction from an existing dictionary.
getURI()StringReturns the URI string.
setURI(uri: String)Sets the URI string.
UriAction(uri: String)Creates a UriAction for the given URI string.
getUri()StringReturns the URI string.
setUri(uri: String)Sets the URI string.
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