Specifies the type of a text form field.
Namespace: Spire.DocAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum TextFormFieldType
Public Enumeration TextFormFieldType
public enum class TextFormFieldType
type TextFormFieldType
Members
| Member | Value | Description |
|---|---|---|
| RegularText | 0 |
Text form field can contain any text.
|
| NumberText | 1 |
Text form field can contain only numbers.
|
| DateText | 2 |
Text for field can contain only a valid date value.
|
| CurrentDate | 3 | |
| CurrentTime | 4 | |
| Calculation | 5 |