Share via


AutoCorrectEntries Object Members

Word Developer Reference

A collection of AutoCorrectEntry objects that represent all the AutoCorrect entries available to Word. The AutoCorrectEntries collection includes all the entries in the AutoCorrect dialog box (Tools menu).

Methods

  Name Description
Bb225988.methods(en-us,office.12).gif Add Returns an AutoCorrectEntry object that represents a plain-text AutoCorrect entry added to the list of available AutoCorrect entries.
Bb225988.methods(en-us,office.12).gif AddRichText Creates a formatted AutoCorrect entry, preserving all text attributes of the specified range. Returns an AutoCorrectEntry object.
Bb225988.methods(en-us,office.12).gif Item Returns an individual AutoCorrectEntry object in a collection.

Properties

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