AutoTextEntry Members (Word)

Represents a single AutoText entry. The AutoTextEntry object is a member of the AutoTextEntries collection. The AutoTextEntries collection contains all the AutoText entries in the specified template. The entries are listed on the AutoText tab in the AutoCorrect dialog box.

Methods

Name

Description

Delete

Deletes the specified object.

Insert

Inserts the AutoText entry in place of the specified range. Returns a Range object that represents the AutoText entry.

Properties

Name

Description

Application

Returns an Application object that represents the Microsoft Word application.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.

Index

Returns a Long that represents the position of an item in a collection. Read-only.

Name

Returns or sets the name of the specified object.Read/write String.

Parent

Returns an Object that represents the parent object of the specified AutoTextEntries collection.

StyleName

Returns the name of the style applied to the specified AutoText entry. Read-only String.

Value

Returns or sets the value of the AutoText entry. Read/write String.