Package com.winnovative_software
Class PdfResetFormAction
java.lang.Object
com.winnovative_software.PdfAction
com.winnovative_software.PdfResetFormAction
Represents a Reset action in a PDF form
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfields()
Gets the list of fields to be included or excluded from reset based onincludeFields()
property value.boolean
Gets the flag indicating if the Fields property defines the fields to be included or the fields to be excluded from resetvoid
setFields
(PdfFormField[] fields) Sets the list of fields to be included or excluded from reset based onincludeFields()
property value.void
setIncludeFields
(boolean includeFields) Sets the flag indicating if the Fields property defines the fields to be included or the fields to be excluded from reset.
-
Constructor Details
-
PdfResetFormAction
public PdfResetFormAction()Creates a PDF form reset action
-
-
Method Details
-
includeFields
public boolean includeFields()Gets the flag indicating if the Fields property defines the fields to be included or the fields to be excluded from reset- Returns:
- the flag value
-
setIncludeFields
public void setIncludeFields(boolean includeFields) Sets the flag indicating if the Fields property defines the fields to be included or the fields to be excluded from reset. By default this property is true and the Fields property defines the list of fields to to be included in reset- Parameters:
includeFields
- the flag value to set
-
fields
Gets the list of fields to be included or excluded from reset based onincludeFields()
property value. If no fields are added to this array andincludeFields()
property is true then all the fields are reset- Returns:
- the list of fields
-
setFields
Sets the list of fields to be included or excluded from reset based onincludeFields()
property value. If no fields are added to this array andincludeFields()
property is true then all the fields are reset- Parameters:
fields
- the list of fields to set
-