FormFieldCollection class
FormFieldCollection class
A collection of FormField objects that represent all the form fields in a range. To learn more, visit the Working with Form Fields documentation article.
Indexers
| Name | Description |
|---|---|
__getitem__(index) | Returns a form field at the specified index. |
Properties
| Name | Description |
|---|---|
| count | Returns the number of form fields in the collection. |
Methods
| Name | Description |
|---|---|
| clear() | Removes all form fields from this collection and from the document. |
| get_by_name(bookmark_name) | Returns a form field by bookmark name. |
| remove(form_field) | Removes a form field with the specified name. |
| remove_at(index) | Removes a form field at the specified index. |
See Also
- module aspose.words.fields