public class ActionParameter
extends java.lang.Object
Constructor and Description |
---|
ActionParameter(Action action)
Construct an ActionParameter object
|
ActionParameter(Action action,
Annot annot)
Construct an ActionParameter object
|
ActionParameter(Action action,
Field field)
Construct an ActionParameter object
|
ActionParameter(Action action,
Page page)
Construct an ActionParameter object
|
Modifier and Type | Method and Description |
---|---|
static ActionParameter |
__Create(long impl) |
long |
__GetHandle() |
void |
destroy() |
Action |
getAction()
get the action object contained in this ActionParameter
|
public ActionParameter(Action action, Field field) throws PDFNetException
action
- action objectfield
- field objectPDFNetException
public ActionParameter(Action action, Annot annot) throws PDFNetException
action
- action objectannot
- annot objectPDFNetException
public ActionParameter(Action action, Page page) throws PDFNetException
action
- action objectpage
- page objectPDFNetException
public ActionParameter(Action action) throws PDFNetException
action
- action objectPDFNetException
public Action getAction() throws PDFNetException
PDFNetException
public void destroy() throws PDFNetException
PDFNetException
public static ActionParameter __Create(long impl)
public long __GetHandle()