GroupDocs.Editor.Words.FieldManagement

Contains classes and interfaces related to the management and manipulation of form fields within documents. This namespace provides functionality to work with various types of form fields, such as text fields, checkboxes, dropdowns, etc., allowing users to interact with and modify form fields programmatically.

Classes

Class Description
CheckBoxForm Represents a form field that displays a checkbox.
CurrentDateFormField Represents a form field that displays the current date.
CurrentTimeFormField Represents a form field that displays the current time.
DateFormField Represents a form field that displays a date.
DropDownFormField Represents a form field that displays a drop-down list.
FormFieldCollection Represents a collection of form fields.
HelpText Represents help text for a form field.
InvalidFormField Represents the update of invalid form field names during the FixInvalidFormFieldNames operation.
NumberFormField Represents a form field that accepts a number input.
TextFormField Represents a form field that accepts text input.

Interfaces

Interface Description
IFormField Represents a form field.

Enumeration

Enumeration Description
FormFieldType Specifies the type of form field.