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#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual void ChangeAll(
	string newWord
)
public virtual void ChangeAll(
	string newWord
)
Public Overridable Sub ChangeAll ( 
	newWord As String
)
Public Overridable Sub ChangeAll ( 
	newWord As String
)
public:
virtual void ChangeAll(
	String^ newWord
)
public:
virtual void ChangeAll(
	String^ newWord
)
abstract ChangeAll : 
        newWord : string -> unit 
override ChangeAll : 
        newWord : string -> unit 
abstract ChangeAll : 
        newWord : string -> unit 
override ChangeAll : 
        newWord : string -> unit 
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.dll) Version: 6.4.25.331