The Aspose.Words.Fields namespace contains classes that represent Microsoft Word fields in a document.
Namespace hierarchy
Classes
| Class | Description |
|---|
| DropDownItemCollection | A collection of strings that represent all the items in a drop-down form field. |
| Field | Represents a Microsoft Word field. |
| FieldChar | Base class for nodes that represent field characters in a document. |
| FieldEnd | Represents an end of a Word field in a document. |
| FieldSeparator | Represents a Word field separator that separates the field code from the field result. |
| FieldStart | Represents a start of a Word field in a document. |
| FormField | Represents a single form field. |
| FormFieldCollection | A collection of FormField objects that represent all the form fields in a range. |
Enumerations
| Enumeration | Description |
|---|
| FieldType | Enumeration that identifies all different types of Word fields. |
| TextFormFieldType | Specifies the type of a text form field. |