Keyoti RapidSpell Desktop .NET API Docs
IsWord Method (wordStart, wordEnd)
APIKeyoti.RapidSpellRapidSpellCheckerIsWord(Int32, Int32)
Keyoti RapidSpell Desktop .NET
Whether the word defined by the parameters is a word or whitespace.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
protected internal virtual bool IsWord(
	int wordStart,
	int wordEnd
)
protected internal virtual bool IsWord(
	int wordStart,
	int wordEnd
)
Protected Friend Overridable Function IsWord ( 
	wordStart As Integer,
	wordEnd As Integer
) As Boolean
Protected Friend Overridable Function IsWord ( 
	wordStart As Integer,
	wordEnd As Integer
) As Boolean
protected public:
virtual bool IsWord(
	int wordStart, 
	int wordEnd
)
protected public:
virtual bool IsWord(
	int wordStart, 
	int wordEnd
)
abstract IsWord : 
        wordStart : int * 
        wordEnd : int -> bool 
override IsWord : 
        wordStart : int * 
        wordEnd : int -> bool 
abstract IsWord : 
        wordStart : int * 
        wordEnd : int -> bool 
override IsWord : 
        wordStart : int * 
        wordEnd : int -> bool 
Parameters
wordStart (Int32)
wordEnd (Int32)
Return Value
Boolean
True if is a word, false if whitespace.

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