GoToURIAction

Inheritance: java.lang.Object, com.aspose.pdf.PdfAction

public final class GoToURIAction extends PdfAction

Represents a URI action causes a URI to be resolved.

Constructors

ConstructorDescription
GoToURIAction()Constructor.
GoToURIAction(String uri)Constructor.

Methods

MethodDescription
getURI()Gets the uniform resource identifier to resolve.
setURI(String value)Sets the uniform resource identifier to resolve.

GoToURIAction()

public GoToURIAction()

Constructor.

GoToURIAction(String uri)

public GoToURIAction(String uri)

Constructor.

Parameters:

ParameterTypeDescription
urijava.lang.StringString object

getURI()

public String getURI()

Gets the uniform resource identifier to resolve.

Returns: java.lang.String - String value

setURI(String value)

public void setURI(String value)

Sets the uniform resource identifier to resolve.

Parameters:

ParameterTypeDescription
valuejava.lang.StringString value