Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.42 KB

Word.Options.ContextualSpeller.md

File metadata and controls

38 lines (22 loc) · 1.42 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Options.ContextualSpeller property (Word)
vbawd10.chm162988517
vbawd10.chm162988517
Word.Options.ContextualSpeller
d75fc899-5b4e-b30c-661d-4fa2fad0ea38
06/08/2017
medium

Options.ContextualSpeller property (Word)

Returns or sets a Boolean that represents whether to use the contextual speller to check spelling based on the context of a word and the words around it. Read/write.

Syntax

expression. ContextualSpeller

expression An expression that returns an Options object.

Remarks

The contextual speller identifies the structure of words and their location within a sentence to determine if spelling is correct. It can find errors that the standard spelling checker cannot find. For example, a user might type "superb owl" instead of "super bowl". Because both "superb" and "owl" are correctly spelled words, the standard spelling checker would not find an error. Based on the words in context of the sentence and the words around them, the contextual speller determines that the correct words are "super" and "bowl" and makes the change automatically.

This property corresponds to the Use contextual spelling check box in the Proofing tab of the Word Options dialog box.

See also

Options Object

[!includeSupport and feedback]