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
| Name | Type | Access | Description |
|---|---|---|---|
uRI | String | Read | Returns the URI string. |
uri | String | Read | Returns the URI string. |
cOSDictionary | COSDictionary | Read | Returns the underlying action dictionary. |
type | String | Read | Returns the action type (/S entry). |
next | PdfAction | Read | Returns the next action (/Next), if any. |
Methods
| Signature | Description |
|---|---|
GoToURIAction(uri: String) | Creates a GoToURIAction for the given URI string. |
GoToURIAction(dict: COSDictionary) | Parses a GoToURIAction from an existing dictionary. |
getURI() → String | Returns the URI string. |
setURI(uri: String) | Sets the URI string. |
UriAction(uri: String) | Creates a UriAction for the given URI string. |
getUri() → String | Returns the URI string. |
setUri(uri: String) | Sets the URI string. |
getCOSDictionary() → COSDictionary | Returns the underlying action dictionary. |
getType() → String | Returns the action type (/S entry). |
getNext() → PdfAction | Returns the next action (/Next), if any. |
fromDictionary(dict: COSDictionary, doc: Document) → PdfAction | Factory: creates the appropriate PdfAction subclass from a dictionary. |