Keyoti RapidSpell Web .NET Help Docs
ChangeBadWord Method (newWord)
API DocumentationKeyoti.RapidSpellICheckerEngineChangeBadWord(String)
Keyoti RapidSpell Web .NET
Changes the current bad word to newWord in the text.
Declaration Syntax
C#Visual BasicVisual C++
void ChangeBadWord(
	string newWord
)
Sub ChangeBadWord ( _
	newWord As String _
)
void ChangeBadWord(
	String^ newWord
)
Parameters
newWord (String)
replaces the current misspelt word.
Return Value
void
Exceptions
ExceptionCondition
NoCurrentBadWordExceptionif nextBadWord() hasn't been run first AND found an erroneous word.
ArgumentNullExceptionif newWord parameter is null.

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