NamedAction

PDF action representing a special event. Examples are: go to next page, go to previous page, etc.

Constructors

Link copied to clipboard
constructor(@NonNull actionType: NamedAction.NamedActionType)
Creates action instance.
constructor(@NonNull actionType: NamedAction.NamedActionType, @Nullable subActions: List<Action>)
Creates action instance.

Types

Link copied to clipboard
Known types of named actions in PDF documents.

Properties

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
Internal PDF string describing this action.
Link copied to clipboard
Returns type of action to make down-casting easier.
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String