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 | destroy() | ||||||||||
Action |
getAction()
get the action object contained in this ActionParameter
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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 |
---|
get the action object contained in this ActionParameter
PDFNetException |
---|