UriAction

class UriAction @JvmOverloads constructor(val uri: String?, subActions: List<Action> = emptyList()) : Action

PDF Action representing a link to an external URI.

Constructors

Link copied to clipboard
constructor(uri: String?, subActions: List<Action> = emptyList())

Properties

Link copied to clipboard
open override val type: ActionType

Returns type of action to make down-casting easier.

Link copied to clipboard
val uri: String?

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String