pdfformfieldwidgetcollection-ag凯发旗舰厅



com.spire.pdf.widget
class pdfformfieldwidgetcollection

java.lang.object
  extended by com.spire.pdf.pdfcollection
      extended by com.spire.pdf.fields.pdffieldcollection
          extended by com.spire.pdf.widget.pdfformfieldwidgetcollection
all implemented interfaces:
com.spire.ms.system.collections.ienumerable, ipdfwrapper, java.lang.iterable

public class pdfformfieldwidgetcollection
extends pdffieldcollection

represents field collection of loaded form.


constructor summary
pdfformfieldwidgetcollection()
           
pdfformfieldwidgetcollection(pdfformwidget formwidget)
           
 
method summary
 void addformfield(pdffield field)
          add field
 pdffield get(int index)
          gets the field at the specified index.
 pdffield get(java.lang.string name)
          returns field with specified name.
 com.spire.ms.system.collections.generic.list getfieldnamebyexportvalue(java.lang.string exportvalue)
          get fieldname from formwidget by exportvalue
 com.spire.ms.system.collections.generic.list getfieldnames()
          field signature names
 com.spire.ms.system.collections.generic.list<pdffield> getfieldsbyexportvalue(java.lang.string exportvalue)
          gets fields from formwidget by exportvalue
 pdfformwidget getformwidget()
          gets the form.
 void setformwidget(pdfformwidget value)
          sets the form.
 
methods inherited from class com.spire.pdf.fields.pdffieldcollection
add, remove
 
methods inherited from class com.spire.pdf.pdfcollection
getcount, getlist
 
constructor detail

pdfformfieldwidgetcollection

public pdfformfieldwidgetcollection(pdfformwidget formwidget)

pdfformfieldwidgetcollection

public pdfformfieldwidgetcollection()
method detail

get

public pdffield get(int index)
gets the field at the specified index.
overrides:
get in class pdffieldcollection

get

public pdffield get(java.lang.string name)
returns field with specified name.
overrides:
get in class pdffieldcollection
parameters:
name - the specified field name.

getformwidget

public pdfformwidget getformwidget()
gets the form.

setformwidget

public void setformwidget(pdfformwidget value)
sets the form.

getfieldnames

public com.spire.ms.system.collections.generic.list getfieldnames()
field signature names

addformfield

public void addformfield(pdffield field)
add field
parameters:
field -

getfieldnamebyexportvalue

public com.spire.ms.system.collections.generic.list getfieldnamebyexportvalue(java.lang.string exportvalue)
get fieldname from formwidget by exportvalue
parameters:
exportvalue -
returns:

getfieldsbyexportvalue

public com.spire.ms.system.collections.generic.list<pdffield> getfieldsbyexportvalue(java.lang.string exportvalue)
gets fields from formwidget by exportvalue
parameters:
exportvalue -
returns:
fields from formwidget by exportvalue


网站地图