java.lang.Object | ||
↳ | com.pspdfkit.annotations.actions.Action | |
↳ | com.pspdfkit.annotations.actions.UriAction |
PDF Action representing a link to an external URI.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
UriAction(String uri)
Creates an instance of URI action from provided URI.
| |||||||||||
UriAction(String uri, List<Action> subActions)
Creates an instance of URI action from provided URI.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | equals(Object o) | ||||||||||
ActionType |
getType()
Returns type of action to make down-casting easier.
| ||||||||||
String |
getUri()
Target URI.
| ||||||||||
int | hashCode() | ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Creates an instance of URI action from provided URI.
uri | Uri describing the action's target. |
---|
Creates an instance of URI action from provided URI.
uri | Uri describing the action's target. |
---|---|
subActions | List of sub-actions of this action. |
Returns type of action to make down-casting easier.