Keyoti RapidSpell Desktop .NET API Docs
BadWord Constructor (word, caretStart, caretEnd, reason)
APIKeyoti.RapidSpellBadWordBadWord(String, Int32, Int32, Int32)
Keyoti RapidSpell Desktop .NET
Constructs a BadWord instance.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public BadWord(
	string word,
	int caretStart,
	int caretEnd,
	int reason
)
public BadWord(
	string word,
	int caretStart,
	int caretEnd,
	int reason
)
Public Sub New ( 
	word As String,
	caretStart As Integer,
	caretEnd As Integer,
	reason As Integer
)
Public Sub New ( 
	word As String,
	caretStart As Integer,
	caretEnd As Integer,
	reason As Integer
)
public:
BadWord(
	String^ word, 
	int caretStart, 
	int caretEnd, 
	int reason
)
public:
BadWord(
	String^ word, 
	int caretStart, 
	int caretEnd, 
	int reason
)
new : 
        word : string * 
        caretStart : int * 
        caretEnd : int * 
        reason : int -> BadWord
new : 
        word : string * 
        caretStart : int * 
        caretEnd : int * 
        reason : 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
reason (Int32)
the reason this is a bad word, either REASON_DUPLICATE or REASON_SPELLING

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