SpellChecker
18 Nov 20251 minute to read
The spell checker module
Properties
allowSpellCheckAndSuggestion boolean
Getter indicates whether suggestion enabled.
enableOptimizedSpellCheck boolean
Gets the boolean indicating whether optimized spell check to be performed.
enableSpellCheck boolean
Getter indicates whether spell check has to be performed or not.
enableUserDictionary boolean
Gets the boolean indicating whether user-specific dictionaries are enabled.
If true, maintains a user-specific custom dictionary file for spell checking.
If false, maintains a common custom dictionary for all users.
ignoreUppercase boolean
Gets a value indicating whether to ignore words written in uppercase during spell check.
languageID number
Gets the languageID.
removeUnderline boolean
Getter indicates whether underline removed for mis-spelled word.
uniqueWordsCount number
Gets the spell checked Unique words.
Methods
clearCache
Method to clear cached words for spell check
Returns void