java.lang.Object | |
↳ | com.pdftron.pdf.ActionParameter |
Container for parameters used in handling various actions.
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
|
Construct an ActionParameter object
action | action object |
---|---|
field | field object |
PDFNetException |
---|
Construct an ActionParameter object
action | action object |
---|---|
annot | annot object |
PDFNetException |
---|
Construct an ActionParameter object
action | action object |
---|---|
page | page object |
PDFNetException |
---|
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.
PDFNetException |
---|
get the action object contained in this ActionParameter
PDFNetException |
---|