Class SpellChecker
System.Object
  MarkdownMonster.Utilities.SpellChecker
public class SpellChecker : object

Class Members

MemberDescription

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 AskForLicenseAcceptance(string language)

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 GetSuggestions(string text,     string language,     bool reload)

DictionaryDownloads

ExternalDictionaryFolder

Requirements

Namespace: MarkdownMonster.Utilities
Assembly: markdownmonster.exe

© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic