Keyoti RapidSpell Web .NET Help Docs
WordOccurrence Constructor (word, caretStart, caretEnd)
API DocumentationKeyoti.RapidSpellWordOccurrenceWordOccurrence(String, Int32, Int32)
Keyoti RapidSpell Web .NET
Constructs a BadWord instance.
Declaration Syntax
C#Visual BasicVisual C++
public WordOccurrence(
	string word,
	int caretStart,
	int caretEnd
)
Public Sub New ( _
	word As String, _
	caretStart As Integer, _
	caretEnd As Integer _
)
public:
WordOccurrence(
	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