OtherCorrectionsException 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
代表单个“自动更正”例外项。
public interface class OtherCorrectionsException
[System.Runtime.InteropServices.Guid("000209E1-0000-0000-C000-000000000046")]
public interface OtherCorrectionsException
type OtherCorrectionsException = interface
Public Interface OtherCorrectionsException
- 属性
注解
OtherCorrectionsException 对象是 集合的成员OtherCorrectionsExceptions。 OtherCorrectionsExceptions 集合包含 Microsoft Word 将不进行自动更正的所有单词。 此列表对应于“自动更正异常”对话框中“其他更正”选项卡上的“自动更正”异常列表 (“自动更正”命令、“工具”菜单) 。
使用 OtherCorrectionsExceptions (index
) (其中 index
是自动更正异常名称或索引号)可返回单个 OtherCorrectionsException 对象。
索引号代表“自动更正”例外项在 OtherCorrectionsExceptions 集合中的位置。
如果 属性的 OtherCorrectionsAutoAdd 值为 True,则单词会自动添加到自动更正异常列表中。 Add(String)使用 方法将项添加到 OtherCorrectionsExceptions 集合。
属性
Application |
返回一个 Application 对象,该对象代表 Microsoft Word 应用程序。 |
Creator |
返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。 |
Index |
返回一个 Integer 类型的值,该值代表项在集合中的位置。 |
Name |
返回或设置指定对象的名称。 |
Parent |
返回一个对象,代表指定对象的父对象。 |
方法
Delete() |
删除指定的对象。 |