WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

@mozilla.org/spellchecker/myspell;1

This component implements the following interfaces:

Properties

readonly PRUnichar* mozISpellCheckingEngine.copyright

A string indicating the copyright of the engine

PRUnichar* mozISpellCheckingEngine.dictionary

The name of the current dictionary

readonly PRUnichar* mozISpellCheckingEngine.language

The language this spellchecker is using when checking

readonly PRUnichar* mozISpellCheckingEngine.name

The name of the engine

mozIPersonalDictionary mozISpellCheckingEngine.personalDictionary

The personal dictionary

readonly PRBool mozISpellCheckingEngine.providesPersonalDictionary

Does the engine provide its own personal dictionary?

readonly PRBool mozISpellCheckingEngine.providesWordUtils

Does the engine provide its own word utils?

Methods

InterfaceMethod
mozISpellCheckingEngine PRBool check ( PRUnichar* word )
mozISpellCheckingEngine void getDictionaryList ( out arrayof PRUnichar* dictionaries , out PRUint32 count )
mozISpellCheckingEngine void suggest ( PRUnichar* word , out arrayof PRUnichar* suggestions , out PRUint32 count )

Reference documentation is generated from Mozilla's source.