Keyoti RapidSpell Desktop .NET API Docs
Check Method (text, startPosition, isStartOfTextBody)
APIKeyoti.RapidSpellRapidSpellCheckerCheck(String, Int32, Boolean)
Keyoti RapidSpell Desktop .NET
Checks text for spelling correctness, from startPosition in text, mis-spelt words can be accessed through NextBadWord.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual 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 
Parameters
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.
Return Value

void
Remarks
startPosition should be >=0 but if it is < 0 it is set = 0.
Exceptions
ExceptionCondition
ArgumentNullExceptionif text parameter is null.

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412