FormFieldCollection
FormFieldCollection class
Represents a collection of form fields.
public sealed class FormFieldCollection : IEnumerable<IFormField>
Constructors
Name | Description |
---|---|
FormFieldCollection() | Initializes a new instance of the FormFieldCollection class. |
Properties
Name | Description |
---|---|
Item { get; } | Gets the form field with the specified name. |
Methods
Name | Description |
---|---|
GetEnumerator() | Returns an enumerator that iterates through the collection. |
GetFormField<T>(string) | Gets the form field with the specified name and type. |
See Also
- interface IFormField
- namespace GroupDocs.Editor.Words.FieldManagement
- assembly GroupDocs.Editor