Known Direct Subclasses
AbstractFormAction,
AbstractMediaAction,
GoToAction,
GoToEmbeddedAction,
GoToRemoteAction,
HideAction,
ImportDataAction,
JavaScriptAction,
LaunchAction,
NamedAction,
UriAction
AbstractFormAction |
Base class for form related actions. |
AbstractMediaAction |
Base class for media annotation related actions. |
GoToAction |
PDF action representing a change to another page. |
GoToEmbeddedAction |
Action that allows jumping to a PDF file that is embedded in the document. |
GoToRemoteAction |
PDF action representing a change to page in another PDF document. |
HideAction |
A hide action hides or shows one or more annotations on the screen by setting or clearing their
hidden flags. |
ImportDataAction |
Action representing request to import data. |
JavaScriptAction |
Action that should trigger execution of JavaScript embedded in it. |
LaunchAction |
Represents an action to launch an external application or file. |
NamedAction |
PDF action representing a special event. |
UriAction |
PDF Action representing a link to an external URI. |
|
Known Indirect Subclasses
|
Class Overview
Represents a PDF action used to describe what happens when annotations, bookmarks, etc. are
clicked or selected.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
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.