| 
 | |||||||||
| 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
public class PdfFormAction
Represents the form action base class.
| Constructor Summary | |
|---|---|
| PdfFormAction()Initializes a new instance of the class. | |
| Method Summary | |
|---|---|
|  PdfFieldCollection | getFields()Gets the fields will be affected. | 
|  boolean | getInclude()Gets a value indicating whether fields contained in collection will be included for resetting or submitting. | 
|  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.PdfAction | 
|---|
| getDictionary, getNextAction, setNextAction | 
| Constructor Detail | 
|---|
public PdfFormAction()
| Method Detail | 
|---|
public boolean getInclude()
public void setInclude(boolean value)
public PdfFieldCollection getFields()
public void setFields(PdfFieldCollection pdfFieldCollection)
pdfFieldCollection - The fields Collection| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||