Platforms to show: All Mac Windows Linux Cross-Platform
Back to WinSpellCheckerMBS class.
WinSpellCheckerMBS.Add(word as String)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Spell Checking | MBS WinFrameworks Plugin | 21.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
The word will no longer be considered misspelled, and will also be considered as a candidate for suggestions.
Raises WinSpellCheckerExceptionMBS in case of an error.
WinSpellCheckerMBS.AutoCorrect(FromWord as String, ToWord as String)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Spell Checking | MBS WinFrameworks Plugin | 21.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
FromWord: The incorrectly spelled word to be autocorrected.
ToWord: The correctly spelled word that should replace from.
Raises WinSpellCheckerExceptionMBS in case of an error.
WinSpellCheckerMBS.Check(text as String) as WinSpellingErrorMBS()
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Spell Checking | MBS WinFrameworks Plugin | 21.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
text: The text to check.
Returns an array of error objects.
Raises WinSpellCheckerExceptionMBS in case of an error.
WinSpellCheckerMBS.ComprehensiveCheck(text as String) as WinSpellingErrorMBS()
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Spell Checking | MBS WinFrameworks Plugin | 21.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Raises WinSpellCheckerExceptionMBS in case of an error.
Some examples using this method:
WinSpellCheckerMBS.Constructor(languageTag as String)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Spell Checking | MBS WinFrameworks Plugin | 21.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
languageTag: A BCP47 language tag that identifies the language for the requested spell checker.
Raises WinSpellCheckerExceptionMBS in case of an error.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Spell Checking | MBS WinFrameworks Plugin | 21.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
WinSpellCheckerMBS.Ignore(word as String)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Spell Checking | MBS WinFrameworks Plugin | 21.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Until this WinSpellCheckerMBS object is released, the word will no longer be considered misspelled, but it will not be considered as a candidate for suggestions.
Raises WinSpellCheckerExceptionMBS in case of an error.
WinSpellCheckerMBS.OptionDescription(optionId as String) as WinSpellCheckerOptionDescriptionMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Spell Checking | MBS WinFrameworks Plugin | 21.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
optionId: Identifier of the option to be retrieved.
Returns WinSpellCheckerOptionDescriptionMBS interface that contains the information about optionId.
Raises WinSpellCheckerExceptionMBS in case of an error.
WinSpellCheckerMBS.OptionIds as String()
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Spell Checking | MBS WinFrameworks Plugin | 21.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Raises WinSpellCheckerExceptionMBS in case of an error.
WinSpellCheckerMBS.OptionValue(optionId as String) as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Spell Checking | MBS WinFrameworks Plugin | 21.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
optionId: The option identifier.
Returns the value associated with optionId.
Raises WinSpellCheckerExceptionMBS in case of an error.
WinSpellCheckerMBS.Remove(word as String)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Spell Checking | MBS WinFrameworks Plugin | 21.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Word: The word to be removed from the list of added words, or from the list of ignored words. If the word is not present, nothing will be removed.
Raises exception if word is an empty string, or its length is greater than MAX_WORD_LENGTH (128).
Available on Windows 10 and later.
Raises WinSpellCheckerExceptionMBS in case of an error.
WinSpellCheckerMBS.Suggest(word as String) as String()
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Spell Checking | MBS WinFrameworks Plugin | 21.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
word: The word or phrase to get suggestions for.
Returns the list of suggestions, returned as string array.
Raises WinSpellCheckerExceptionMBS in case of an error.
Some examples using this method:
The items on this page are in the following plugins: MBS WinFrameworks Plugin.