public class ResetForm extends Action
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTION_TYPE_DESCRIPTION |
static int |
FLAG_INCLUDEEXCLUDE |
| Constructor and Description |
|---|
ResetForm() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionType()
Returns the action type.
|
String |
getActionTypeDesc()
Returns the action type description
|
com.qoppa.pdf.loObjects.PDFArray |
getFields()
Returns the fields array.
|
int |
getFlags()
Returns the flags.
|
void |
setFields(com.qoppa.pdf.loObjects.PDFArray fields)
Set the fields array.
|
void |
setFlags(int flags)
Sets the flags.
|
String |
toString()
Returns the description of the action.
|
public static String ACTION_TYPE_DESCRIPTION
public static final int FLAG_INCLUDEEXCLUDE
public String getActionType()
getActionType in class Actionpublic String getActionTypeDesc()
getActionTypeDesc in class Actionpublic String toString()
public com.qoppa.pdf.loObjects.PDFArray getFields()
public void setFields(com.qoppa.pdf.loObjects.PDFArray fields)
public int getFlags()
public void setFlags(int flags)