Options.EnableMisusedWordsDictionary 属性

定义

True 如果 Microsoft Word 检查滥用检查拼写和语法,在文档中的单词。

public:
 property bool EnableMisusedWordsDictionary { bool get(); void set(bool value); };
public bool EnableMisusedWordsDictionary { get; set; }
member this.EnableMisusedWordsDictionary : bool with get, set
Public Property EnableMisusedWordsDictionary As Boolean

属性值

注解

在检查误用单词时,Word 将检查以下内容:形容词和副词、比较级和最高级、"like"作为连词、"nor"与"or"、"what"与"which"、"who"与"whom"、度量单位、连词、介词和代名词的不正确用法。

适用于