HelpBot Assistant

How can I help you?

SpellChecker

16 Mar 20261 minute to read

The spell checker module

Properties

Get allowSpellCheckAndSuggestion boolean

Getter indicates whether suggestion enabled.

Set allowSpellCheckAndSuggestion void

Setter to enable or disable suggestion

Parameters: value: boolean

Get enableOptimizedSpellCheck boolean

Gets the boolean indicating whether optimized spell check to be performed.

Set enableOptimizedSpellCheck void

Sets the boolean indicating whether optimized spell check to be performed.

Parameters: value: boolean

Get enableSpellCheck boolean

Getter indicates whether spell check has to be performed or not.

Set enableSpellCheck void

Setter to enable or disable spell check has to be performed or not

Parameters: value: boolean

Get 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.

Set enableUserDictionary void

Sets 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.

Parameters: value: boolean

Get ignoreUppercase boolean

Gets a value indicating whether to ignore words written in uppercase during spell check.

Set ignoreUppercase void

Sets a value indicating whether to ignore words written in uppercase during spell check.

Parameters: value: boolean

Get languageID number

Gets the languageID.

Set languageID void

Sets the languageID.

Parameters: value: number

Get removeUnderline boolean

Getter indicates whether underline removed for mis-spelled word.

Set removeUnderline void

Setter to enable or disable underline for mis-spelled word

Parameters: value: boolean

Get uniqueWordsCount number

Gets the spell checked Unique words.

Set uniqueWordsCount void

Sets the spell checked Unique words.

Parameters: value: number

Methods

clearCache

Method to clear cached words for spell check

Returns void