public class

ActionParameter

extends Object
implements AutoCloseable
java.lang.Object
   ↳ com.pdftron.pdf.ActionParameter

Class Overview

Container for parameters used in handling various actions.

Summary

Public Constructors
ActionParameter(Action action, Field field)
Construct an ActionParameter object
ActionParameter(Action action, Annot annot)
Construct an ActionParameter object
ActionParameter(Action action, Page page)
Construct an ActionParameter object
ActionParameter(Action action)
Construct an ActionParameter object
Public Methods
static ActionParameter __Create(long impl)
long __GetHandle()
void close()
Frees the native memory of the object.
void destroy()
Action getAction()
get the action object contained in this ActionParameter
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.lang.AutoCloseable

Public Constructors

public ActionParameter (Action action, Field field)

Construct an ActionParameter object

Parameters
action action object
field field object

public ActionParameter (Action action, Annot annot)

Construct an ActionParameter object

Parameters
action action object
annot annot object

public ActionParameter (Action action, Page page)

Construct an ActionParameter object

Parameters
action action object
page page object

public ActionParameter (Action action)

Construct an ActionParameter object

Parameters
action action object

Public Methods

public static ActionParameter __Create (long impl)

public long __GetHandle ()

public void close ()

Frees the native memory of the object. This can be explicity called to control the deallocation of native memory and avoid situations where the garbage collector does not free the object in a timely manner.

public void destroy ()

public Action getAction ()

get the action object contained in this ActionParameter