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.WinForms.Documents.Proofing
Assembly:Telerik.WinControls.RichTextEditor.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
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.
Load(IEnumerable<string>)
Loads the specified words.
Declaration
cs-api-definition
public void Load(IEnumerable<string> words)
Parameters
words
IEnumerable<string>
The words.
Load(Stream)
Loads the specified stream.