|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.pdf.actions.PdfAction
com.spire.pdf.actions.PdfFormAction
com.spire.pdf.actions.PdfResetAction
public class PdfResetAction
Represents Pdf form's reset action.
This action allows a user to reset the form fields to their default values.
Constructor Summary | |
---|---|
PdfResetAction()
Initializes a new instance of the class. |
Method Summary | |
---|---|
boolean |
getInclude()
Gets or sets a value indicating whether fields contained in Fields collection will be included for resetting. |
void |
setFields(PdfFieldCollection pdfFieldCollection)
Sets the fields will be affected. |
void |
setInclude(boolean value)
Sets a value indicating whether fields contained in collection will be included for resetting or submitting. |
Methods inherited from class com.spire.pdf.actions.PdfFormAction |
---|
getFields |
Methods inherited from class com.spire.pdf.actions.PdfAction |
---|
getDictionary, getNextAction, setNextAction |
Constructor Detail |
---|
public PdfResetAction()
Method Detail |
---|
public boolean getInclude()
getInclude
in class PdfFormAction
public void setInclude(boolean value)
PdfFormAction
setInclude
in class PdfFormAction
public void setFields(PdfFieldCollection pdfFieldCollection)
setFields
in class PdfFormAction
pdfFieldCollection
- The fields Collection
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |