TextInput Interface

Represents a single text form field.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("00020927-0000-0000-C000-000000000046")> _
Public Interface TextInput
'Usage
Dim instance As TextInput
[GuidAttribute("00020927-0000-0000-C000-000000000046")]
public interface TextInput

Remarks

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.

See Also

Reference

TextInput Members

Microsoft.Office.Interop.Word Namespace