ActiveDocument.ShowSpellingErrors = False 本示例显示活动文档中的拼写错误标记。 Options.CheckSpellingAsYouType = True ActiveDocument.ShowSpellingErrors = True 本示例返回“选项”对话框中“拼写和语法”选项卡的“拼写”区域中的“隐藏文档中的拼写错误”复选框的当前状态。 temp = ActiveDocument.ShowSpellingErrors...
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...
Document.ShowSpellingErrors 属性 (Word) Microsoft Learn Challenge Nov 23, 2024 – Jan 10, 2025 立即注册 消除警报 Learn 登录 本文原文为英文,已针对你所在市场进行了翻译。 你对所用语言的质量的满意度如何? RemoveDateAndTime RemovePersonalInformation...
This object, member, or enumeration is deprecated and is not intended to be used in your code. (Inherited from _Document) ShowSpellingErrors Determines if Microsoft Word underlines spelling errors in the document. (Inherited from _Document) ShowSummary Determines if an automatic summary is ...
boolShowSpellingErrors {get;set; } 属性值 类型:System.Boolean 如果Microsoft Office Word 用下划线标出文档中的拼写错误,则为 true;否则为 false。 备注 若要查看文档中的拼写错误,必须将CheckSpellingAsYouType属性设置为 true。 .NET Framework 安全性 ...
HideSpellingErrors 构造函数参考 反馈 定义命名空间: DocumentFormat.OpenXml.Wordprocessing 程序集: DocumentFormat.OpenXml.dll 包: DocumentFormat.OpenXml v3.0.1 初始化 HideSpellingErrors 类的新实例。 C# 复制 public HideSpellingErrors (); 适用于 产品版本 DocumentFormat.OpenXml 2.7.1, 2.7.2, 2.8....
指定した文書または範囲内にある、スペル ミスとして識別される単語を表すProofreadingErrorsコレクションを取得します。 値の取得のみ可能です。 構文 式。SpellingErrors 式Documentオブジェクトを表す変数。 注釈 コレクションの 1 つのメンバーを返す方法については、「コレクションからオブジ...
When exported and viewed in Word, report data or constants might be underlined by red or green squiggly lines. The red squiggly lines identify spelling errors. The green squiggly lines identify grammar errors. This occurs when the report includes words that do not comply with the proofing (spell...
However, in the former approach, it is not clear which word corresponds to the spelling error, and the latter approach requires an annotation cost for the crowdsourcing. One notable exception is Rodrigues and Rytting (2012), who proposed to extract English spelling errors by using a word-...
该属性返回一个 ProofreadingErrors 集合,该集合包含用于指定文档或区域中有拼写错误的单词。只读。 有关返回集合中单个成员的内容,请参阅返回集合中的对象。 示例 本示例检查活动文档的拼写错误,并显示找到的错误数目。 myErr = ActiveDocument.SpellingErrors.Count If myErr = 0 Then Msgbox "No spelling errors ...