OMathAutoCorrectEntries 接口

定义

代表"数学自动更正"条目的集合。 OMathAutoCorrectEntry使用 对象访问单个自动更正条目。

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
属性
实现

属性

Application

返回一个 对象,该对象代表 Microsoft Word 应用程序。

Count

返回集合中的 OMathAutoCorrectEntries 项数。 此为只读属性。

Creator

返回一个 32 位整数,它指示在其中创建外接程序的应用程序。 此为只读属性。

Item[Object]

返回一个 Microsoft.Office.Interop.Word.OmathAutoCorrectEntry 对象,该对象代表集合中的指定项。

Parent

返回指定 OMathAutoCorrectEntries 对象的父对象。

方法

Add(String, String)

创建公式自动更正条目并返回 对象 OMathAutoCorrectEntry

GetEnumerator()

代表"数学自动更正"条目的集合。 OMathAutoCorrectEntry使用 对象访问单个自动更正条目。

适用于