Checks text for spelling correctness, from startPosition in text, mis-spelt words can be accessed through NextBadWord.

C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public virtual void Check( string text, int startPosition, bool isStartOfTextBody )
public virtual void Check( string text, int startPosition, bool isStartOfTextBody )
Public Overridable Sub Check ( text As String, startPosition As Integer, isStartOfTextBody As Boolean )
Public Overridable Sub Check ( text As String, startPosition As Integer, isStartOfTextBody As Boolean )
public: virtual void Check( String^ text, int startPosition, bool isStartOfTextBody )
public: virtual void Check( String^ text, int startPosition, bool isStartOfTextBody )
abstract Check : text : string * startPosition : int * isStartOfTextBody : bool -> unit override Check : text : string * startPosition : int * isStartOfTextBody : bool -> unit
abstract Check : text : string * startPosition : int * isStartOfTextBody : bool -> unit override Check : text : string * startPosition : int * isStartOfTextBody : bool -> unit

- text (String)
- the text to be checked
- startPosition (Int32)
- the position in the text to begin checking from
- isStartOfTextBody (Boolean)
- whether the text being spell checked is at the start of the text body (eg. start of text box), this affects sentence capitalization determination.

void

startPosition should be >=0 but if it is < 0 it is set = 0.

Exception | Condition |
---|---|
ArgumentNullException | if text parameter is null. |
Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb.dll) Version: 6.4.25.331