Aspose::Words::Fields::FormFieldCollection class
Contents
[
Hide
]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.
class FormFieldCollection : public System::Collections::Generic::IEnumerable<System::SharedPtr<Aspose::Words::Fields::FormField>>
Methods
| Method | Description | 
|---|---|
| Clear() | Removes all form fields from this collection and from the document. | 
| get_Count() | Returns the number of form fields in the collection. | 
| GetEnumerator() override | Returns an enumerator object. | 
| GetType() const override | |
| idx_get(int32_t) | Returns a form field at the specified index. | 
| idx_get(const System::String&) | Returns a form field by bookmark name. | 
| Is(const System::TypeInfo&) const override | |
| Remove(const System::String&) | Removes a form field with the specified name. | 
| RemoveAt(int32_t) | Removes a form field at the specified index. | 
| static Type() | 
See Also
- Namespace Aspose::Words::Fields
 - Library Aspose.Words for C++