OMathAutoCorrect 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 the math AutoCorrect feature in Microsoft Office Word. To access the math AutoCorrect entries, use the OMathAutoCorrectEntries collection.
public interface class OMathAutoCorrect
[System.Runtime.InteropServices.Guid("6F9D1F68-06F7-49EF-8902-185E54EB5E87")]
public interface OMathAutoCorrect
type OMathAutoCorrect = interface
Public Interface OMathAutoCorrect
- 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 |
Entries |
Returns the collection of equation autocorrect entries found within the equation autocorrect feature. Read-only. |
Functions |
Returns the collection that represents the recognized functions that are automatically corrected using the equation autocorrect feature. Read-only. |
Parent |
Returns the parent object of the specified OMathAutoCorrect object. |
ReplaceText |
Returns or sets a Boolean that represents whether Microsoft Office Word automatically replaces strings in equations with the corresponding math AutoCorrect definitions. Read/write. |
UseOutsideOMath |
Returns or sets a Boolean that represents whether Microsoft Office Word uses math autocorrect rules outside equations in a document. Read/write. |