public class PDActionResetForm extends PDAction
| Modifier and Type | Field and Description | 
|---|---|
| static String | SUB_TYPEThis type of action this object represents. | 
| Constructor and Description | 
|---|
| PDActionResetForm()Default constructor. | 
| PDActionResetForm(COSDictionary a)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| COSArray | getFields()An array identifying which fields to include in the submission or which to exclude, depending
 on the setting of the Include/Exclude flag in the Flags entry | 
| int | getFlags()A set of flags specifying various characteristics of the action | 
| void | setFields(COSArray array) | 
| void | setFlags(int flags) | 
getCOSObject, getNext, getSubType, getType, setNext, setSubType, setTypepublic static final String SUB_TYPE
public PDActionResetForm()
public PDActionResetForm(COSDictionary a)
a - The action dictionary.public COSArray getFields()
public void setFields(COSArray array)
array - the array of fieldspublic int getFlags()
public void setFlags(int flags)
flags - the flagsCopyright © 2002–2016 The Apache Software Foundation. All rights reserved.