WdTextFormFieldType Enumeration 

Specifies the text form field type.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdTextFormFieldType1 As WdTextFormFieldType = WdTextFormFieldType.wdCalculationText

Syntax

Public Enum WdTextFormFieldType
public enum WdTextFormFieldType
public enum class WdTextFormFieldType
public enum WdTextFormFieldType
public enum WdTextFormFieldType

Members

Member name Description
wdCalculationText Calculation text field.
wdCurrentDateText Current date text field.
wdCurrentTimeText Current time text field.
wdDateText Date text field.
wdNumberText Number text field.
wdRegularText Regular text field.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace