本示例设置 Word 隐藏活动文档中的拼写错误标记,该标记为红色波浪线。 ActiveDocument.ShowSpellingErrors = False 本示例显示活动文档中的拼写错误标记。 Options.CheckSpellingAsYouType = True ActiveDocument.ShowSpellingErrors = True 本示例返回“选项”对话框中“拼写和语法”选项卡的“拼写”区域中的“隐藏文档中的...
如此如果 Microsoft Word 下划线标出文档中的拼写错误。 读/写Boolean。 语法 expression。ShowSpellingErrors 表达一个代表Document对象的变量。 备注 要查看文档中的拼写错误,必须设置CheckSpellingAsYouType属性设为 True。 示例 本示例设置 Word 隐藏活动文档中的拼写错误标记,该标记为红色波浪线。
Microsoft 编辑器在 Microsoft 365 专属 Word 中运行,可分析文档并提供拼写、语法和风格问题建议,例如使句子更简洁、选择更浅显的词汇或写作更正式。 若要使用编辑器,请在“开始”上,选择“编辑器”。 查看建议 要专注于你最关心的问题,请选择更正或优化类型,如“语法”或“清晰度”。 然后,使用窗格顶部附近的箭...
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...
程序集:Microsoft.Office.Tools.Word.v9.0(在 Microsoft.Office.Tools.Word.v9.0.dll 中) 语法 C# [BrowsableAttribute(false)]publicboolShowSpellingErrors {get;set; } 属性值 类型:System.Boolean 如果Microsoft Office Word 用下划线标出文档中的拼写错误,则为 true;否则为 false。
This example sets Word to show spelling errors in the active document.复制 Options.CheckSpellingAsYouType = True ActiveDocument.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 ...
Microsoft 365 WordMac 版 Microsoft 365 WordWord 2024Mac 版 Word 2024Word 2021Mac 版 Word 2021Word 2019Word 2016 Microsoft 編輯器在 Microsoft 365 Word 中執行,以分析您的文件,並提供拼字、文法和文體問題的建議,例如讓句子更簡潔、選擇較簡單的單字,或讓內容更正式。
该属性返回一个 ProofreadingErrors 集合,该集合包含用于指定文档或区域中有拼写错误的单词。只读。 有关返回集合中单个成员的内容,请参阅返回集合中的对象。 示例 本示例检查活动文档的拼写错误,并显示找到的错误数目。 myErr = ActiveDocument.SpellingErrors.Count If myErr = 0 Then Msgbox "No spelling errors ...
SpellingChecked表达 一个代表 Document 对象的变量。备注若要重新检查的区域或文档中的拼写错误,请 SpellingChecked 属性设置为 False。要查看的区域或文档是否包含拼写错误,请使用 SpellingErrors 属性。示例此示例中为 MyDocument.doc,将 SpellingChecked 属性设置为 False ,然后它运行文档中的另一种拼写检查。
I’m not sure what happened, but I think maybe someone sent a document with certain settings on it, and now I don’t see any of the red squiggly lines that highlight spelling and grammar errors on Word. I’m using Word 365 on Mac. I’ve already tried uninstalli...