pdfformaction-ag凯发旗舰厅



com.spire.pdf.actions
class pdfformaction

java.lang.object
  extended by com.spire.pdf.actions.pdfaction
      extended by 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.
 
methods inherited from class com.spire.pdf.actions.pdfaction
getdictionary, getnextaction, setnextaction
 
constructor detail

pdfformaction

public pdfformaction()
initializes a new instance of the class.
method detail

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


网站地图