Keyoti RapidSpell Silverlight API Docs
ChangeAll Method (newWord)
APIKeyoti.RapidSpellRapidSpellCheckerChangeAll(String)
Keyoti RapidSpell Silverlight
Changes all instances of the current bad word to newWord in the text.
Declaration Syntax
C#Visual BasicVisual C++F#
public virtual void ChangeAll(
	string newWord
)
Public Overridable Sub ChangeAll ( 
	newWord As String
)
public:
virtual void ChangeAll(
	String^ newWord
)
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: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)