Click or drag to resize

TextFormFieldType Enumeration

Specifies the type of a text form field.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum TextFormFieldType
Members
Member name 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 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.
Calculation 5 The text form field value is calculated from the expression specified in
See Also