SpellCheckerBase.Check(String, Position, Position) Method
Checks the spelling of words in a text string.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
text | String | A String containing the text to be checked. |
start | DevExpress.XtraSpellChecker.Parser.Position | A Position class object, representing the starting point within the text string where the check begins. |
finish | DevExpress.XtraSpellChecker.Parser.Position | A Position class object, representing the ending point within the text string where the check finishes. |
Returns
Type | Description |
---|---|
String | A String of text processed by a spell-checker engine. |
Remarks
This method is intended for internal use.
See Also