Keyoti RapidSpell Web .NET Help Docs
ChangeBadWord Method (newWord)
API DocumentationKeyoti.RapidSpellRapidSpellCheckerChangeBadWord(String)
Keyoti RapidSpell Web .NET
Changes the current bad word to newWord in the text.
Declaration Syntax
C#Visual BasicVisual C++
public void ChangeBadWord(
	string newWord
)
Public Sub ChangeBadWord ( _
	newWord As String _
)
public:
virtual void ChangeBadWord(
	String^ newWord
) sealed
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