com.spire.doc.collections
Class FormFieldCollection

java.lang.Object
  extended by com.spire.doc.OwnerHolder
      extended by com.spire.doc.collections.CollectionEx
          extended by com.spire.doc.collections.FormFieldCollection
All Implemented Interfaces:
java.lang.Iterable

public class FormFieldCollection
extends CollectionEx

Represents a collection of form fields.


Method Summary
 boolean containsName(java.lang.String itemName)
          Determines whether the specified collection contains item with specified name.
 FormField get(int index)
          Gets the at the specified index.
 FormField get(java.lang.String formFieldName)
          Gets the by specified form field name.
 
Methods inherited from class com.spire.doc.collections.CollectionEx
getCount, iterator
 
Methods inherited from class com.spire.doc.OwnerHolder
getDocument
 

Method Detail

get

public FormField get(int index)
Gets the at the specified index.

Parameters:
index -
Returns:

get

public FormField get(java.lang.String formFieldName)
Gets the by specified form field name.

Parameters:
formFieldName -
Returns:

containsName

public boolean containsName(java.lang.String itemName)
Determines whether the specified collection contains item with specified name.

Parameters:
itemName - Name of the item.
Returns: