C1.Silverlight.SpellChecker Namespace : UserDictionary Class |
For a list of all members of this type, see UserDictionary members.
Name | Description | |
---|---|---|
AddWord | Adds a word to the dictionary. | |
Clear | Clears the dictionary removing all words in it. | |
Contains | Overridden. Checks whether the dictionary contains a given word. | |
EnsureLoaded | Ensures the dictionary is loaded, reading words from the file if necessary. (Inherited from C1.Silverlight.SpellChecker.SpellDictionaryBase) | |
Load | Overridden. Loads the dictionary from a stream. | |
LoadAsync | Overloaded. Loads the dictionary from a Uri pointing to the compressed dictionary data. (Inherited from C1.Silverlight.SpellChecker.SpellDictionaryBase) | |
LoadFromIsolatedStorage | Loads the dictionary from a compressed file in isolated storage. | |
RemoveWord | Removes a word from the dictionary. | |
Save | Saves the user dictionary into a UTF-8 encoded stream. | |
SaveToIsolatedStorage | Saves the dictionary into a compressed file in isolated storage. |