public class PDFResetFormAction extends PDFAction
TYPE_EMBEDDEDGOTO, TYPE_GOTO, TYPE_HIDE, TYPE_IMPORTDATA, TYPE_JAVASCRIPT, TYPE_LAUNCH, TYPE_NAMED, TYPE_REMOTEGOTO, TYPE_RENDITION, TYPE_RESETFORM, TYPE_SUBMITFORM, TYPE_UNSUPPORTED, TYPE_URI
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getFields()
Get fields to be included or excluded.
|
int |
getFlags()
Get flags specify including or excluding fields.
|
void |
setFields(java.lang.String[] fields)
Set fields to be included or excluded.
|
void |
setFlags(int flags)
Set flags specify including or excluding fields.
|
createEmbeddedGotoAction, createEmbeddedGotoAction, createGotoAction, createHideAction, createImportDataAction, createJavascriptAction, createLaunchAction, createNamedAction, createRemoteGotoAction, createRemoteGotoAction, createResetFormAction, createSubmitFormAction, createURIAction, getHandle, getType, release
public java.lang.String[] getFields() throws PDFException
String
objects array which are names of fields to be
included or excluded.PDFException
- For more exception information please see definitions
PDFException.ERRCODE_XXX
.PDFException
public void setFields(java.lang.String[] fields) throws PDFException
fields
- A String
objects array which are names of fields to be
included or excluded.PDFException
- For more exception information please see definitions
PDFException.ERRCODE_XXX
.PDFException
public int getFlags() throws PDFException
0: Include fields to reset.
1: Exclude fields from resetting.
PDFException
- For more exception information please see definitions
PDFException.ERRCODE_XXX
.PDFException
public void setFlags(int flags) throws PDFException
flags
- A integer value which to specify including or excluding fields. It
should be one of the following values at present: 0: Include fields to reset.
1: Exclude fields from resetting.
PDFException
- For more exception information please see definitions
PDFException.ERRCODE_XXX
.PDFException