OMathAutoCorrectEntries Members
Include Protected Members
Include Inherited Members
Represents a collection of math AutoCorrect entries. Use the OMathAutoCorrectEntry object to access individual AutoCorrect entries.
The OMathAutoCorrectEntries type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add | Creates an equation auto correct entry and returns an OMathAutoCorrectEntry object. | |
GetEnumerator | (Inherited from IEnumerable.) |
Top
Properties
Name | Description | |
---|---|---|
Application | Returns an object that represents the Microsoft Word application. | |
Count | Returns the number of items in the OMathAutoCorrectEntries collection. Read-only. | |
Creator | Returns a 32-bit integer that indicates the application in which the add-in was created. Read-only. | |
Item | Returns an OmathAutoCorrectEntry object that represents the specified item in the collection. | |
Parent | Returns the parent object of the specified OMathAutoCorrectEntries object. |
Top