Compartilhar via


Style.NoProofing Property

Word Developer Reference

True if the spelling and grammar checker ignores text formatted with this style. Read/write Long.

Syntax

expression.NoProofing

expression   A variable that represents a Style object.

Example

This example sets the spelling and grammar checker to ignore any text in the active document formatted with the style named "Test".

Visual Basic for Applications
  ActiveDocument.Styles("Test").NoProofing = True

See Also