Keyoti RapidSpell Desktop .NET API Docs
BadWord Constructor (word, caretStart, caretEnd)
APIKeyoti.RapidSpellBadWordBadWord(String, Int32, Int32)
Keyoti RapidSpell Desktop .NET
Constructs a BadWord (REASON_SPELLING) instance.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public BadWord(
	string word,
	int caretStart,
	int caretEnd
)
public BadWord(
	string word,
	int caretStart,
	int caretEnd
)
Public Sub New ( 
	word As String,
	caretStart As Integer,
	caretEnd As Integer
)
Public Sub New ( 
	word As String,
	caretStart As Integer,
	caretEnd As Integer
)
public:
BadWord(
	String^ word, 
	int caretStart, 
	int caretEnd
)
public:
BadWord(
	String^ word, 
	int caretStart, 
	int caretEnd
)
new : 
        word : string * 
        caretStart : int * 
        caretEnd : int -> BadWord
new : 
        word : string * 
        caretStart : int * 
        caretEnd : int -> BadWord
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.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412