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

NameDescription
__getitem__(index)Returns a form field at the specified index.

Properties

NameDescription
countReturns the number of form fields in the collection.

Methods

NameDescription
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