FormFieldCollection
Leave feedback
On this page
Represents a collection of form fields.
public sealed class FormFieldCollection : IEnumerable<IFormField>
| Name | Description |
|---|---|
| FormFieldCollection() | Initializes a new instance of the FormFieldCollection class. |
| Name | Description |
|---|---|
| Item { get; } | Gets the form field with the specified name. |
| Name | Description |
|---|---|
| GetEnumerator() | Returns an enumerator that iterates through the collection. |
| GetFormField<T>(string) | Gets the form field with the specified name and type. |
- interface IFormField
- namespace GroupDocs.Editor.Words.FieldManagement
- assembly GroupDocs.Editor
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.