Share via


TextInput Object Members

Word Developer Reference

Represents a single text form field.

Methods

  Name Description
Bb257993.methods(en-us,office.12).gif Clear Deletes the text from the specified text form field.
Bb257993.methods(en-us,office.12).gif EditType Sets options for the specified text form field.

Properties

  Name Description
Bb257993.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb257993.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.
Bb257993.properties(en-us,office.12).gif Default Returns or sets the text that represents the default text box contents. Read/write String.
Bb257993.properties(en-us,office.12).gif Format Returns the text formatting for the specified text box. Read-only String.
Bb257993.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified TextInput object.
Bb257993.properties(en-us,office.12).gif Type Returns the type of text form field. Read-only WdTextFormFieldType.
Bb257993.properties(en-us,office.12).gif Valid True if the specified form field object is a valid check box form field. Read-only Boolean.
Bb257993.properties(en-us,office.12).gif Width Returns or sets the width, in points, of the specified text input field. Read/write Long.