Share via


AutoTextEntry Object Members

Word Developer Reference

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
Bb225994.methods(en-us,office.12).gif Delete Deletes the specified object.
Bb225994.methods(en-us,office.12).gif Insert Inserts the AutoText entry in place of the specified range. Returns a Range object that represents the AutoText entry.

Properties

  Name Description
Bb225994.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb225994.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.
Bb225994.properties(en-us,office.12).gif Index Returns a Long that represents the position of an item in a collection. Read-only.
Bb225994.properties(en-us,office.12).gif Name Returns or sets the name of the specified object.Read/write String.
Bb225994.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified AutoTextEntries collection.
Bb225994.properties(en-us,office.12).gif StyleName Returns the name of the style applied to the specified AutoText entry. Read-only String.
Bb225994.properties(en-us,office.12).gif Value Returns or sets the value of the AutoText entry. Read/write String.