AutoCorrectEntries Members
Include Protected Members
Include Inherited Members
A collection of AutoCorrectEntry objects that represent all the AutoCorrect entries available to Microsoft Word. The AutoCorrectEntries collection includes all the entries in the AutoCorrect dialog box (Tools menu).
The AutoCorrectEntries type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add | Adds a plain-text AutoCorrect entry to the list of available AutoCorrect entries. | |
AddRichText | Creates a formatted AutoCorrect entry, preserving all text attributes of the specified range. | |
GetEnumerator | (Inherited from IEnumerable.) |
Top
Properties
Name | Description | |
---|---|---|
Application | Returns a Application object that represents the creator of the specified object. | |
Count | Returns the number of items in the specified collection. | |
Creator | Returns a value that indicates the application in which the specified object was created. | |
Item | Returns an individual object in a collection. | |
Parent | Returns the parent object of the specified object. |
Top