public abstract class

Action

extends Object
java.lang.Object
   ↳ com.pspdfkit.annotations.actions.Action
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

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

Summary

Public Methods
List<Action> getSubActions()
Returns list of sub actions of this action.
abstract ActionType getType()
Returns type of action to make down-casting easier.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public List<Action> getSubActions ()

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

Returns
  • List of chained sub actions.

public abstract ActionType getType ()

Returns type of action to make down-casting easier.

Returns
  • Type of this action.