UriAction

Overview

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

URI action — open a Uniform Resource Identifier (ISO 32000-1:2008, §12.6.4.7).

This class provides 8 methods for working with UriAction objects in Java programs. Available methods include: UriAction, fromDictionary, getNext, getPdfDictionary, getType, getUri, setUri. All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package. Properties: next, pdfDictionary, type, uri.

Properties

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

Methods

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