CheckSpellingResult(String, Int32, Int32, CheckSpellingResultType) Constructor
Initializes a new instance of the CheckSpellingResult object with default settings.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
public CheckSpellingResult(
string text,
int index,
int length,
CheckSpellingResultType result
)
Parameters
Name | Type | Description |
---|---|---|
text | String | The target text |
index | Int32 | A start position |
length | Int32 | An end position |
result | CheckSpellingResultType | The type of the check result |
See Also