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 | |
---|---|---|
Add | Returns an AutoTextEntry object that represents an AutoText entry added to the list of available AutoText entries. | |
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. | |
Item | Returns an individual AutoTextEntry 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 AutoTextEntries 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 AutoTextEntries collection. |