WdSpellingErrorType Enumeration
Specifies a spelling error type.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdSpellingErrorType
'Usage
Dim instance As WdSpellingErrorType
public enum WdSpellingErrorType
Members
Member name | Description | |
---|---|---|
wdSpellingCorrect | Spelling is correct. | |
wdSpellingNotInDictionary | The word is not in the specified dictionary. | |
wdSpellingCapitalization | Capitalization error. |