IWordDictionary
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:
C#
public interface IWordDictionary
Derived Classes:
Properties
Gets the collection of words from the dictionary.
C#
IEnumerable<string> Words { get; }
Methods
Retrieves a collection of words that match the specified Metaphone key.
C#
IEnumerable<string> GetWordsByMetaphoneKey(string word)
The Metaphone key used to filter the words.
Returns:A collection of words that correspond to the given Metaphone key.