Share via


Settings.HideSpellingErrors Property

Do Not Display Visual Indication of Spelling Errors.Represents the element tag in schema: w:hideSpellingErrors

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property HideSpellingErrors As HideSpellingErrors
    Get
    Set
'Usage
Dim instance As Settings
Dim value As HideSpellingErrors

value = instance.HideSpellingErrors

instance.HideSpellingErrors = value
public HideSpellingErrors HideSpellingErrors { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors

See Also

Reference

Settings Class

Settings Members

DocumentFormat.OpenXml.Wordprocessing Namespace