ISpellingError interface (spellcheck.h)
Provides information about a spelling error.
Inheritance
The ISpellingError interface inherits from the IUnknown interface.
Methods
The ISpellingError interface has these methods.
ISpellingError::get_CorrectiveAction Indicates which corrective action should be taken for the spelling error. |
ISpellingError::get_Length Gets the length of the erroneous text. |
ISpellingError::get_Replacement Gets the text to use as replacement text when the corrective action is replace. |
ISpellingError::get_StartIndex Gets the position in the checked text where the error begins. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2012 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | spellcheck.h |