Options.CheckGrammarWithSpelling 属性

定义

如此 如果 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 是否同时检查语法。

若要以编程方式检查拼写或语法,请使用 、 DocumentRange 对象的 CheckSpelling 方法Application仅检查拼写,并使用 ApplicationDocumentRange 对象的 CheckGrammar 方法检查语法和拼写。

适用于