FirstLetterException 接口

定义

代表不应用自动更正的缩写。

public interface class FirstLetterException
[System.Runtime.InteropServices.Guid("00020945-0000-0000-C000-000000000046")]
public interface FirstLetterException
type FirstLetterException = interface
Public Interface FirstLetterException
属性

注解

FirstLetterException 对象是 集合的成员FirstLetterExceptionsFirstLetterExceptions 集合包括所有排除的缩写。 当 属性设置为 True 时,CorrectSentenceCaps句点后面的第一个字符会自动大写。 在 FirstLetterExceptions 集合中的项后键入的字符不会大写。

使用 FirstLetterExceptions (index) (其中 index 是缩写或索引号)可返回单个 FirstLetterException 对象。

Add(String)使用 方法可向首字母异常列表添加缩写。

属性

Application

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

Creator

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

Index

返回一个 Integer 类型的值,该值代表项在集合中的位置。

Name

返回或设置指定对象的名称。

Parent

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

方法

Delete()

删除指定的对象。

适用于