WdSpellingErrorType Enumeration 

Specifies a spelling error type.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdSpellingErrorType1 As WdSpellingErrorType = WdSpellingErrorType.wdSpellingCapitalization

Syntax

Public Enum WdSpellingErrorType
public enum WdSpellingErrorType
public enum class WdSpellingErrorType
public enum WdSpellingErrorType
public enum WdSpellingErrorType

Members

Member name Description
wdSpellingCapitalization Capitalization error.
wdSpellingCorrect Spelling is correct.
wdSpellingNotInDictionary The word is not in the specified dictionary.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace