OtherCorrectionsExceptions 接口

定义

对象的集合OtherCorrectionsException,表示 Microsoft Word不会自动更正的字词列表。 此列表对应于“自动更正异常”对话框中“其他更正”选项卡上的“自动更正”异常列表 (“自动更正”命令、“工具”菜单) 。

public interface class OtherCorrectionsExceptions : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000209DF-0000-0000-C000-000000000046")]
public interface OtherCorrectionsExceptions : System.Collections.IEnumerable
type OtherCorrectionsExceptions = interface
    interface IEnumerable
Public Interface OtherCorrectionsExceptions
Implements IEnumerable
属性
实现

注解

OtherCorrectionsExceptions使用 属性可返回 OtherCorrectionsExceptions 集合。

如果 属性的 OtherCorrectionsAutoAdd 值为 True,则单词会自动添加到自动更正异常列表中。 Add(String)使用 方法将项添加到 OtherCorrectionsExceptions 集合。

使用 OtherCorrectionsExceptions (index) (其中 index 是名称或索引号)可返回单个 OtherCorrectionsException 对象。

索引号代表“自动更正”例外项在 OtherCorrectionsExceptions 集合中的位置。

属性

Application

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

Count

返回指定集合中的项数。

Creator

返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。

Item[Object]

返回集合中的单个对象。

Parent

返回一个对象,代表指定对象的父对象。

方法

Add(String)

返回一个 OtherCorrectionsException,对象表示添加到自动更正异常列表的新异常。

GetEnumerator()

对象的集合OtherCorrectionsException,表示 Microsoft Word不会自动更正的字词列表。 此列表对应于“自动更正异常”对话框中“其他更正”选项卡上的“自动更正”异常列表 (“自动更正”命令、“工具”菜单) 。

适用于