pdfformfieldwidgetcollection-ag凯发旗舰厅
com.spire.pdf.widget
class pdfformfieldwidgetcollection
java.lang.object
com.spire.pdf.pdfcollection
com.spire.pdf.fields.pdffieldcollection
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.
pdfformfieldwidgetcollection
public pdfformfieldwidgetcollection(pdfformwidget formwidget)
pdfformfieldwidgetcollection
public pdfformfieldwidgetcollection()
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