InterfaceIWordDictionary
Interface
Represents a dictionary interface for word proofing in the Telerik document framework.
Definition
Namespace:Telerik.Windows.Documents.Proofing
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public interface IWordDictionary
Properties
Words
Gets the collection of words from the dictionary.
Methods
ContainsWord(string)
Determines whether the specified word exists in the word dictionary.
GetMetaphoneKey(string)
Retrieves the metaphone key for the specified word from the dictionary.
GetWordsByMetaphoneKey(string)
Retrieves a collection of words that match the specified Metaphone key.
Declaration
cs-api-definition
IEnumerable<string> GetWordsByMetaphoneKey(string word)
Parameters
word
The Metaphone key used to filter the words.
Returns
A collection of words that correspond to the given Metaphone key.