com.groupdocs.editor.words.fieldmanagement
Contents
[
Hide
]
The com.groupdocs.editor.words.fieldmanagement namespace 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. |
FormFieldType | Specifies the type of form field. |
HelpText | Represents help text for a form field. |
InvalidFormField | Represents the update of invalid form field names during the FormFieldManager.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. |