|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.OwnerHolder
com.spire.doc.collections.CollectionEx
com.spire.doc.collections.FormFieldCollection
public class FormFieldCollection
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 |
FormField |
get(java.lang.String formFieldName)
Gets the |
Methods inherited from class com.spire.doc.collections.CollectionEx |
---|
getCount, iterator |
Methods inherited from class com.spire.doc.OwnerHolder |
---|
getDocument |
Method Detail |
---|
public FormField get(int index)
index
-
public FormField get(java.lang.String formFieldName)
formFieldName
-
public boolean containsName(java.lang.String itemName)
itemName
- Name of the item.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |