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/personaldictionary;1
This component implements the following interfaces:
Properties
readonly nsIStringEnumerator mozIPersonalDictionary.wordList
Get the (lexicographically sorted) list of words
Methods
| Interface | Method |
|---|---|
| mozIPersonalDictionary |
void addCorrection ( PRUnichar* word , PRUnichar* correction , PRUnichar* lang )
|
| mozIPersonalDictionary |
void addWord ( PRUnichar* word , PRUnichar* lang )
|
| mozIPersonalDictionary |
PRBool check ( PRUnichar* word , PRUnichar* lang )
|
| mozIPersonalDictionary |
void endSession ( )
|
| mozIPersonalDictionary |
void getCorrection ( PRUnichar* word , out arrayof PRUnichar* words , out PRUint32 count )
|
| nsISupportsWeakReference |
nsIWeakReference GetWeakReference ( )
|
| mozIPersonalDictionary |
void ignoreWord ( PRUnichar* word )
|
| mozIPersonalDictionary |
void load ( )
|
| nsIObserver |
void observe ( nsISupports subject , char* topic , PRUnichar* data )
|
| mozIPersonalDictionary |
void removeCorrection ( PRUnichar* word , PRUnichar* correction , PRUnichar* lang )
|
| mozIPersonalDictionary |
void removeWord ( PRUnichar* word , PRUnichar* lang )
|
| mozIPersonalDictionary |
void save ( )
|
Reference documentation is generated from Mozilla's source.
