FormFieldType
FormFieldType enumeration
Specifies the type of form field.
public enum FormFieldType
Values
| 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. |
See Also
- namespace GroupDocs.Editor.Words.FieldManagement
- assembly GroupDocs.Editor