Options.CheckGrammarWithSpelling 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如此 如果 Microsoft Word检查拼写时检查语法。
public:
property bool CheckGrammarWithSpelling { bool get(); void set(bool value); };
public bool CheckGrammarWithSpelling { get; set; }
member this.CheckGrammarWithSpelling : bool with get, set
Public Property CheckGrammarWithSpelling As Boolean
属性值
注解
当使用“工具”菜单中的“拼写”命令检查拼写时,可用本属性控制 Word 是否同时检查语法。
若要以编程方式检查拼写或语法,请使用 、 Document或 Range 对象的 CheckSpelling 方法Application仅检查拼写,并使用 Application、Document 或 Range 对象的 CheckGrammar 方法检查语法和拼写。