pdffieldcollection-ag凯发旗舰厅



com.spire.pdf.fields
class pdffieldcollection

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

public class pdffieldcollection
extends pdfcollection
implements ipdfwrapper

represents collection of the pdf fields.


constructor summary
pdffieldcollection()
          initializes a new instance of the class.
 
method summary
 int add(pdffield field)
          adds the specified field.
 void remove(pdffield field)
          removes the specified field in the collection.
 
methods inherited from class com.spire.pdf.pdfcollection
getcount, getlist
 
constructor detail

pdffieldcollection

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

add

public int add(pdffield field)
adds the specified field.
parameters:
field - the field item which is added in the pdf form.
returns:
the field to be added on the page.

remove

public void remove(pdffield field)
removes the specified field in the collection.
parameters:
field - the object to be removed from collection.


网站地图