Microsoft 编辑器在 Microsoft 365 专属 Word 中运行,可分析文档并提供拼写、语法和风格问题建议,例如使句子更简洁、选择更浅显的词汇或写作更正式。 若要使用编辑器,请在“开始”上,选择“编辑器”。 查看建议 要专注于你最关心的问题,请选择更正或优化类型,如“语法”或“清晰度”。 然后,使用窗格顶部附近的箭...
本示例设置 Word 隐藏活动文档中的拼写错误标记,该标记为红色波浪线。 ActiveDocument.ShowSpellingErrors = False 本示例显示活动文档中的拼写错误标记。 Options.CheckSpellingAsYouType = True ActiveDocument.ShowSpellingErrors = True 本示例返回“选项”对话框中“拼写和语法”选项卡的“拼写”区域中的“隐藏文档中的...
This example sets Word to show spelling errors in the active document. VB Options.CheckSpellingAsYouType =TrueActiveDocument.ShowSpellingErrors =True This example returns the current status of the Hide spelling errors in this document checkbox in the Spelling area on the Spelling & Grammar tab in ...
ActiveDocument.ShowSpellingErrors= False This example sets Word to show spelling errors in the active document. Visual Basic for Applications Copy Options.CheckSpellingAsYouType = True ActiveDocument.ShowSpellingErrors= True This example returns the current status of the Hide spelling error...
Microsoft.Office.Tools.Word.v4.0.Utilities.dll Gets or sets a value that indicates whether Microsoft Office Word underlines spelling errors in the document. C# publicboolShowSpellingErrors {get;set; } Property Value Boolean trueif Microsoft Office Word underlines spelling errors in the document; othe...
该属性返回一个 ProofreadingErrors 集合,该集合包含用于指定文档或区域中有拼写错误的单词。只读。 有关返回集合中单个成员的内容,请参阅返回集合中的对象。 示例 本示例检查活动文档的拼写错误,并显示找到的错误数目。 myErr = ActiveDocument.SpellingErrors.Count If myErr = 0 Then Msgbox "No spelling errors ...
SpellingChecked 表达 一个代表 Document 对象的变量。 备注 若要重新检查的区域或文档中的拼写错误,请 SpellingChecked 属性设置为 False。 要查看的区域或文档是否包含拼写错误,请使用 SpellingErrors 属性。 示例 此示例中为 MyDocument.doc,将 SpellingChecked 属性设置为 False ,然后它运行文档中的另一种拼写检查...
Document.SpellingErrors 属性 (Word) 连接、编码和成长 Microsoft Build · 2025/5/20 – 2025/5/23 立即注册 消除警报 Learn 发现 产品文档 开发语言 主题 登录 Visual Basic for Applications 按产品浏览 VBA 语言参考 Office 库参考 Documents 对象
ShowSpellingErrors 确定Microsoft Word是否为文档中的拼写错误下划线。 ShowSummary 确定是否显示指定文档的自动摘要。 Signatures 返回一个 SignatureSet 对象,该对象代表文档的数字签名。 SmartDocument 返回一个 SmartDocument 对象,该对象表示智能文档解决方案的设置。 SmartTags 返回一个 SmartTags 对象,该对象代表文档...
Spelling and grammar checking helps give your documents a finished and better look. Word flags spelling and grammar errors and lets you review and correct them. Word also flags words or phrases for clarity, such as being more concise.