AutoCorrect.FirstLetterExceptions 属性

定义

返回一个FirstLetterExceptions集合,该集合表示 Microsoft Word不会自动大写下一个字母的缩写列表。

public:
 property Microsoft::Office::Interop::Word::FirstLetterExceptions ^ FirstLetterExceptions { Microsoft::Office::Interop::Word::FirstLetterExceptions ^ get(); };
public Microsoft.Office.Interop.Word.FirstLetterExceptions FirstLetterExceptions { get; }
member this.FirstLetterExceptions : Microsoft.Office.Interop.Word.FirstLetterExceptions
Public ReadOnly Property FirstLetterExceptions As FirstLetterExceptions

属性值

注解

此列表对应于“自动更正异常”对话框中“第一个字母”选项卡上的“自动更正”异常列表, (“自动更正”命令、“工具”菜单) 。

适用于