ClassRadWordsDictionary
Class
Represents a class which is used to import dictionary files containing only words separated by new line, or just define custom dictionary using set of words.
Definition
Namespace:Telerik.Windows.Documents.Proofing
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class RadWordsDictionary : IWordDictionary
Inheritance: objectRadWordsDictionary
Implements:
Constructors
RadWordsDictionary()
Initializes a new instance of the RadWordsDictionary class.
Declaration
cs-api-definition
public RadWordsDictionary()
Properties
Words
Gets the words.
Declaration
cs-api-definition
public IEnumerable<string> Words { get; }
Property Value
The words.
Implements
Methods
ContainsWord(string)
Determines whether the specified word is contained in the dictionary.
GetMetaphoneKey(string)
Gets the metaphone key.
GetWordsByMetaphoneKey(string)
Gets the words by metaphone key.
Declaration
cs-api-definition
public IEnumerable<string> GetWordsByMetaphoneKey(string word)
Parameters
word
The word.
Returns
Implements
Load(IEnumerable<string>)
Loads the specified words.
Declaration
cs-api-definition
public void Load(IEnumerable<string> words)
Parameters
words
The words.
Load(Stream)
Loads the specified stream.