com.groupdocs.editor.words.fieldmanagement
Leave feedback
On this page
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.
| 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. |
| Interface | Description |
|---|---|
| IFormField | Represents a form field. |
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.