OMathAutoCorrectEntry Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an individual entry in the OMathAutoCorrectEntries collection.
public interface class OMathAutoCorrectEntry
[System.Runtime.InteropServices.Guid("D8779F01-4869-4403-B334-D60C5F9C9175")]
public interface OMathAutoCorrectEntry
type OMathAutoCorrectEntry = interface
Public Interface OMathAutoCorrectEntry
- Attributes
Properties
Application |
Returns an object that represents the Microsoft Word application. |
Creator |
Returns a 32-bit integer that indicates the application in which the add-in was created. Read-only. |
Index |
Returns an Integer object that describes the position of an item in a collection. Read-only. |
Name |
Returns or sets a String that represents the name of an OMathAutoCorrectEntry. Read/write. |
Parent |
Returns the parent object of the specified OMathAutoCorrectEntry object. |
Value |
Returns or sets a String that represents the contents of a OMathAutoCorrectEntry. Read/write. |
Methods
Delete() |
Deletes the specified OMathAutoCorrectEntry. |