TextInput Interface 

Represents a single text form field.

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

Usage

Public Class extInputImplementation
    Implements TextInput
End Class
Dim extInputImplementation1 As New extInputImplementation()

Syntax

Public Interface TextInput
public interface TextInput
public interface class TextInput
public interface TextInput
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.

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

Other Resources

TextInput Members