formfieldcollection-ag凯发旗舰厅
com.spire.doc.collections
class formfieldcollection
java.lang.object
com.spire.doc.ownerholder
com.spire.doc.collections.collectionex
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 formfield at the specified index. |
formfield |
get(java.lang.string formfieldname)
gets the formfield by specified form field name. |
get
public formfield get(int index)
- gets the
formfield
at the specified index.
- parameters:
index
- index
- returns:
- formfield object
get
public formfield get(java.lang.string formfieldname)
- gets the
formfield
by specified form field name.
- parameters:
formfieldname
- formfieldname
- returns:
- formfield object
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:
- if this collection has this value with itemname return true,otherwise return false