public final class GoToURIAction extends PdfAction
Represents a URI action causes a URI to be resolved.
| Constructor and Description |
|---|
GoToURIAction()
Constructor.
|
GoToURIAction(String uri)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getURI()
Gets the uniform resource identifier to resolve.
|
void |
setURI(String value)
Sets the uniform resource identifier to resolve.
|
getECMAScriptString, getNextequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringpublic GoToURIAction()
Constructor.
public GoToURIAction(String uri)
Constructor.
uri - String objectCopyright © 2025 Aspose. All Rights Reserved.