AutoTextEntries Object Members

Word Developer Reference

A collection of AutoCorrectEntry objects that represent the AutoText entries in a template. The AutoTextEntries collection includes all the entries listed on the AutoText tab in the AutoCorrect dialog box.

Methods

  Name Description
Bb225992.methods(en-us,office.12).gif Add Returns an AutoTextEntry object that represents an AutoText entry added to the list of available AutoText entries.
Bb225992.methods(en-us,office.12).gif AppendToSpike Deletes the specified range and adds the contents of the range to the Spike (a built-in AutoText entry). This method returns the Spike as an AutoTextEntry object.
Bb225992.methods(en-us,office.12).gif Item Returns an individual AutoTextEntry object in a collection.

Properties

  Name Description
Bb225992.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb225992.properties(en-us,office.12).gif Count Returns the number of items in the AutoTextEntries collection. Read-only Long.
Bb225992.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.
Bb225992.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified AutoTextEntries collection.