SpellingErrorType enumeration

Represents a type of spelling error, either a repeated word or a misspelled word.

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Enumeration SpellingErrorType
'Usage
Dim instance As SpellingErrorType
public enum SpellingErrorType

Members

Member name Description
RepeatWord A word appears twice.
UnknownWord A word does not exist in the lexicon; most likely a misspelled word.

See also

Reference

Microsoft.SharePoint.Publishing namespace