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 | |
---|---|---|
Add | Returns an AutoCorrectEntry object that represents a plain-text AutoCorrect entry added to the list of available AutoCorrect entries. | |
AddRichText | Creates a formatted AutoCorrect entry, preserving all text attributes of the specified range. Returns an AutoCorrectEntry object. | |
Item | Returns an individual AutoCorrectEntry object in a collection. |
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the Microsoft Word application. | |
Count | Returns the number of items in the AutoCorrectEntries collection. Read-only Long. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long. | |
Parent | Returns an Object that represents the parent object of the specified AutoCorrectEntries collection, which is usually an AutoCorrect object. |