ICheckSpellingResult Properties
Represents the result of the spelling check.Name | Description |
---|---|
HasError | Gets whether the spelling error is found during a spelling check. |
Index | Gets the index of a checked word in a text. |
Length | Gets the length of a checked word. |
Result | Indicates the result of checking a word. |
Text | Gets the text being checked. |
Value | Gets the checked word. |
See Also