Keyoti RapidSpell Web .NET Help Docs
BadWord Constructor (word, caretStart, caretEnd)
API DocumentationKeyoti.RapidSpellBadWordBadWord(String, Int32, Int32)
Keyoti RapidSpell Web .NET
Constructs a BadWord (REASON_SPELLING) instance.
Declaration Syntax
C#Visual BasicVisual C++
public BadWord(
	string word,
	int caretStart,
	int caretEnd
)
Public Sub New ( _
	word As String, _
	caretStart As Integer, _
	caretEnd As Integer _
)
public:
BadWord(
	String^ word, 
	int caretStart, 
	int caretEnd
)
Parameters
word (String)
the word String that is misspelt
caretStart (Int32)
the position in the original text
caretEnd (Int32)
the end position in the text

Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb) Version: 3.7.10.625