COSObjectable
, PDDestinationOrAction
public class PDActionResetForm extends PDAction
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
SUB_TYPE |
This type of action this object represents.
|
Constructor | Description |
---|---|
PDActionResetForm() |
Default constructor.
|
PDActionResetForm(COSDictionary a) |
Constructor.
|
Modifier and Type | Method | 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCOSObject, getNext, getSubType, getType, setNext, setSubType, setType
public static final java.lang.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–2018. All rights reserved.