Class TextFormFieldType
Specifies the text form field type.
Inheritance
System.Object
TextFormFieldType
Namespace: Syncfusion.DocIO
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class TextFormFieldType : Enum
Fields
Calculation
Calculation text field.
Declaration
public const TextFormFieldType Calculation
Field Value
Type |
---|
TextFormFieldType |
CurrentDateText
Current date text field.
Declaration
public const TextFormFieldType CurrentDateText
Field Value
Type |
---|
TextFormFieldType |
CurrentTimeText
Current time text field.
Declaration
public const TextFormFieldType CurrentTimeText
Field Value
Type |
---|
TextFormFieldType |
DateText
Date text field.
Declaration
public const TextFormFieldType DateText
Field Value
Type |
---|
TextFormFieldType |
NumberText
Number text field.
Declaration
public const TextFormFieldType NumberText
Field Value
Type |
---|
TextFormFieldType |
RegularText
Regular text field.
Declaration
public const TextFormFieldType RegularText
Field Value
Type |
---|
TextFormFieldType |