FirstLetterExceptions 接口

定义

对象的集合 FirstLetterException ,这些对象表示从自动更正中排除的缩写。

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

注解

当 属性设置为 True 时,CorrectSentenceCaps句点后面的第一个字符会自动大写。 FirstLetterExceptions 集合包含此行为的例外(例如,缩写“addr.”和“apt.”)。

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

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

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

属性

Application

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

Count

返回指定集合中的项数。

Creator

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

Item[Object]

返回集合中的单个对象。

Parent

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

方法

Add(String)

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

GetEnumerator()

对象的集合 FirstLetterException ,这些对象表示从自动更正中排除的缩写。

适用于