OMathAutoCorrectEntries Interface

Definition

Represents a collection of math AutoCorrect entries. Use the OMathAutoCorrectEntry object to access individual AutoCorrect entries.

public interface class OMathAutoCorrectEntries : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("18CD5EC8-8B7B-42C8-992A-2A407468642C")]
public interface OMathAutoCorrectEntries : System.Collections.IEnumerable
type OMathAutoCorrectEntries = interface
    interface IEnumerable
Public Interface OMathAutoCorrectEntries
Implements IEnumerable
Attributes
Implements

Properties

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[Object]

Returns an Microsoft.Office.Interop.Word.OmathAutoCorrectEntry object that represents the specified item in the collection.

Parent

Returns the parent object of the specified OMathAutoCorrectEntries object.

Methods

Add(String, String)

Creates an equation auto correct entry and returns an OMathAutoCorrectEntry object.

GetEnumerator()

Applies to