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