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.
Properties
Name | Description |
---|---|
count | Returns the number of form fields in the collection. |
this[] | |
this[] |
Methods
Name | Description |
---|---|
clear() | Removes all form fields from this collection and from the document. |
remove(formField) | Removes a form field with the specified name. |
removeAt(index) | Removes a form field at the specified index. |
See Also
- module Aspose.Words.Fields