GoToURIAction
Contents
[
Hide
]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
| Constructor | Description |
|---|---|
| GoToURIAction() | Constructor. |
| GoToURIAction(String uri) | Constructor. |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| uri | java.lang.String | String 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:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | String value |