Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the text form field type.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdTextFormFieldType
'Usage
Dim instance As WdTextFormFieldType
public enum WdTextFormFieldType
Members
| Member name | Description | |
|---|---|---|
| wdRegularText | Regular text field. | |
| wdNumberText | Number text field. | |
| wdDateText | Date text field. | |
| wdCurrentDateText | Current date text field. | |
| wdCurrentTimeText | Current time text field. | |
| wdCalculationText | Calculation text field. |