public final enum

ActionType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pspdfkit.annotations.actions.ActionType

Class Overview

Currently supported PDF action types.

Summary

Enum Values
ActionType  GOTO   
ActionType  GOTO_EMBEDDED   
ActionType  GOTO_REMOTE   
ActionType  HIDE   
ActionType  IMPORT_DATA   
ActionType  JAVASCRIPT   
ActionType  LAUNCH   
ActionType  NAMED   
ActionType  RENDITION   
ActionType  RESET_FORM   
ActionType  RICH_MEDIA_EXECUTE   
ActionType  SUBMIT_FORM   
ActionType  URI   
Public Methods
static ActionType valueOf(String name)
final static ActionType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ActionType GOTO

public static final ActionType GOTO_EMBEDDED

public static final ActionType GOTO_REMOTE

public static final ActionType HIDE

public static final ActionType IMPORT_DATA

public static final ActionType JAVASCRIPT

public static final ActionType LAUNCH

public static final ActionType NAMED

public static final ActionType RENDITION

public static final ActionType RESET_FORM

public static final ActionType RICH_MEDIA_EXECUTE

public static final ActionType SUBMIT_FORM

public static final ActionType URI

Public Methods

public static ActionType valueOf (String name)

public static final ActionType[] values ()