Keyoti RapidSpell WPF API Docs
IsWord Method (wordStart, wordEnd)
APIKeyoti.RapidSpell.WpfRapidSpellCheckerIsWord(Int32, Int32)
Keyoti RapidSpell WPF
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: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214