Document.CheckSpelling 方法 (Word)

开始对指定的文档或区域进行拼写检查。 .

语法

表达式CheckSpelling (CustomDictionaryIgnoreUppercaseAlwaysSuggestCustomDictionary2CustomDictionary3CustomDictionary4CustomDictionary5CustomDictionary6CustomDictionary7CustomDictionary8CustomDictionary9CustomDictionary10)

expression 是必需的。 一个代表 Document 对象的变量。

参数

名称 必需/可选 数据类型 说明
IgnoreUppercase 可选 Variant 如此 如果忽略大小写。 如果省略此参数,则使用 IgnoreUppercase 属性的当前值。
AlwaysSuggest 可选 Variant 真正 使 Microsoft Word 能够提出拼写建议。 如果省略此参数,则使用 SuggestSpellingCorrections 属性的当前值。

备注

如果该文档或区域中包含错误,则该方法显示“拼写和语法”对话框(“工具”菜单),其中“检查语法”复选框处于清除状态。 该方法应用于文档时,将检查文档中所有可用文字的拼写(如页眉、页脚和文本框)。

示例

以下示例检查活动文档中的拼写。

ActiveDocument.CheckSpelling

另请参阅

Document 对象

支持和反馈

有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。