pdfformaction-ag凯发旗舰厅
com.spire.pdf.actions
class pdfformaction
java.lang.object
com.spire.pdf.actions.pdfaction
com.spire.pdf.actions.pdfformaction
- all implemented interfaces:
- ipdfwrapper
- direct known subclasses:
- pdfresetaction, pdfsubmitaction
public class pdfformaction
- extends pdfaction
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. |
pdfformaction
public pdfformaction()
- initializes a new instance of the class.
getinclude
public boolean getinclude()
- gets a value indicating whether fields contained in
collection will be included for resetting or submitting.
if include property is true, only the fields in this collection will be reset or submitted.
if include property is false, the fields in this collection are not reset or submitted
and only the remaining form fields are reset or submitted.
if the collection is null or empty, then all the form fields are reset
and the include property is ignored.
setinclude
public void setinclude(boolean value)
- sets a value indicating whether fields contained in
collection will be included for resetting or submitting.
if include property is true, only the fields in this collection will be reset or submitted.
if include property is false, the fields in this collection are not reset or submitted
and only the remaining form fields are reset or submitted.
if the collection is null or empty, then all the form fields are reset
and the include property is ignored.
getfields
public pdffieldcollection getfields()
- gets the fields will be affected.
setfields
public void setfields(pdffieldcollection pdffieldcollection)
- sets the fields will be affected.
- parameters:
pdffieldcollection
- the fields collection