Enum FormTextType
What a text form field accepts (w:textInput/w:type).
public enum FormTextType
Fields
Regular = 0Ordinary text (regular). Word's default when the element is absent.
Number = 1A number (number).
Date = 2A date (date).
CurrentTime = 3The time the field was inserted (currentTime); the user cannot edit it.
CurrentDate = 4The date the field was inserted (currentDate); the user cannot edit it.
Calculated = 5A calculated expression (calculated); the user cannot edit it.