MarkdownMonster.Utilities.SpellChecker
public class SpellChecker : object
Class Members
Member | Description | |
---|---|---|
Constructor |
||
InternalDictionaryFolder |
||
AddWordToDictionary |
Adds a new word to add-on the dictionary for a given locale public static bool AddWordToDictionary(string word, string lang) |
|
AskForLicenseAcceptance |
public static Task |
|
CheckSpelling |
Check spelling of an individual word public static bool CheckSpelling(string text, string language, bool reload) |
|
DownloadDictionary |
Downloads a dictionary file for a given language public static bool DownloadDictionary(string language, string basePath) |
|
GetDictionaryListStringFromWebSite |
public static string GetDictionaryListStringFromWebSite() |
|
GetSpellChecker |
public static Hunspell GetSpellChecker(string language, bool reload) |
|
GetSuggestions |
Shows spell check context menu options public static IEnumerable |
|
DictionaryDownloads |
||
ExternalDictionaryFolder |
Requirements
Namespace: MarkdownMonster.UtilitiesAssembly: markdownmonster.exe
© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic