TextInput interface
Office 2013 and later
Represents a single text form field.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Use FormFields(index), where index is either the bookmark name associated with the text form field or the index number, to return a FormField object. Use the TextInput property with the FormField object to return a TextInput object.
The index number represents the position of the form field in the FormFields collection.
Use the Add method with the FormFields object to add a text form field.
Show: