Action

abstract class Action

Represents a PDF action used to describe what happens when annotations, bookmarks, etc. are clicked or selected.

Inheritors

Properties

Link copied to clipboard

Returns list of sub actions of this action. These actions will be executed in order after this action is executed.

Link copied to clipboard
abstract val type: ActionType

Returns type of action to make down-casting easier.