Class PDActionResetForm
java.lang.Object
org.apache.pdfbox.pdmodel.interactive.action.PDAction
org.apache.pdfbox.pdmodel.interactive.action.PDActionResetForm
- All Implemented Interfaces:
COSObjectable
,PDDestinationOrAction
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Constructor. -
Method Summary
Modifier and TypeMethodDescriptionAn 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 entryint
getFlags()
A set of flags specifying various characteristics of the actionvoid
void
setFlags
(int flags) Methods inherited from class org.apache.pdfbox.pdmodel.interactive.action.PDAction
getCOSObject, getNext, getSubType, getType, setNext, setSubType, setType
-
Field Details
-
SUB_TYPE
This type of action this object represents.- See Also:
-
-
Constructor Details
-
PDActionResetForm
public PDActionResetForm()Default constructor. -
PDActionResetForm
Constructor.- Parameters:
a
- The action dictionary.
-
-
Method Details
-
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- Returns:
- the array of fields
-
setFields
- Parameters:
array
- the array of fields
-
getFlags
public int getFlags()A set of flags specifying various characteristics of the action- Returns:
- the flags
-
setFlags
public void setFlags(int flags) - Parameters:
flags
- the flags
-