FormFieldType
Leave feedback
On this page
Specifies the type of form field.
public enum FormFieldType
| Name | Value | Description |
|---|---|---|
| Text | 0 |
The text form field can contain any text. |
| Number | 1 |
The text form field can contain only numbers. |
| Date | 2 |
The text form field can contain only a valid date value. |
| CurrentDate | 3 |
The text form field value is the current date when the field is updated. |
| CurrentTime | 4 |
The text form field value is the current time when the field is updated. |
| CheckBox | 5 |
The checkbox form field. |
| DropDown | 6 |
The drop-down field. |
- namespace GroupDocs.Editor.Words.FieldManagement
- assembly GroupDocs.Editor
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.