[]
        
(Showing Draft Content)

C1.WPF.SpellChecker.C1SpellChecker.CheckText

CheckText Method

CheckText(string, int, int)

Checks a string containing text and returns a list of spelling errors.

Declaration
public CharRangeList CheckText(string text, int start, int length)
Parameters
Type Name Description
string text

Text to be spell-checked.

int start

Index of the character where to start checking.

int length

Length of the string to check.

Returns
Type Description
CharRangeList

List of CharRange objects that describe the spelling mistakes.

CheckText(string, int)

Checks a string containing text and returns a list of spelling errors.

Declaration
public CharRangeList CheckText(string text, int start)
Parameters
Type Name Description
string text

Text to be spell-checked.

int start

Index of the character where to start checking.

Returns
Type Description
CharRangeList

List of CharRange objects that describe the spelling mistakes.

CheckText(string)

Checks a string containing text and returns a list of spelling errors.

Declaration
public CharRangeList CheckText(string text)
Parameters
Type Name Description
string text

Text to be spell-checked.

Returns
Type Description
CharRangeList

List of CharRange objects that describe the spelling mistakes.