[]
Checks a string containing text and returns a list of spelling errors.
IEnumerable<ICharRange> CheckText(string text)
| Type | Name | Description |
|---|---|---|
| string | text | Text to be spell-checked. |
| Type | Description |
|---|---|
| IEnumerable<ICharRange> | List of ICharRange objects that describe the spelling mistakes. |