Specifies the type of a text form field.
[Visual Basic]
Public Enum TextFormFieldType
[C#]public enum TextFormFieldType
Members
| Member Name | Description | Value |
| RegularText | Text form field can contain any text. | 0 |
| NumberText | Text form field can contain only numbers. | 1 |
| DateText | Text for field can contain only a valid date value. | 2 |
Requirements
Namespace: Aspose.Words.Fields
Assembly: Aspose.Words (in Aspose.Words.dll)
See Also
Aspose.Words.Fields Namespace