Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |