Interface IWordDictionary
Namespace: Telerik.WinControls.SpellChecker.Proofing
Assembly: Telerik.WinControls.SpellChecker.dll
Syntax
public interface IWordDictionary
Properties
Words
Declaration
IEnumerable<string> Words { get; }
Property Value
System.
|
Methods
ContainsWord(String)
Declaration
bool ContainsWord(string word)
Parameters
System.
|
Returns
System.
|
GetMetaphoneKey(String)
Declaration
string GetMetaphoneKey(string word)
Parameters
System.
|
Returns
System.
|
GetWordsByMetaphoneKey(String)
Declaration
IEnumerable<string> GetWordsByMetaphoneKey(string word)
Parameters
System.
|
Returns
System.
|