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/editor/editorspellchecker;1
This component implements the following interfaces:
Methods
| Interface | Method |
|---|---|
| nsIEditorSpellCheck |
void AddWordToDictionary ( PRUnichar* word )
|
| nsIEditorSpellCheck |
PRBool canSpellCheck ( )
|
| nsIEditorSpellCheck |
PRBool CheckCurrentWord ( PRUnichar* suggestedWord )
|
| nsIEditorSpellCheck |
PRBool CheckCurrentWordNoSuggest ( PRUnichar* suggestedWord )
|
| nsIEditorSpellCheck |
PRUnichar* GetCurrentDictionary ( )
|
| nsIEditorSpellCheck |
void GetDictionaryList ( out arrayof PRUnichar* dictionaryList , out PRUint32 count )
|
| nsIEditorSpellCheck |
PRUnichar* GetNextMisspelledWord ( )
|
| nsIEditorSpellCheck |
void GetPersonalDictionary ( )
|
| nsIEditorSpellCheck |
PRUnichar* GetPersonalDictionaryWord ( )
|
| nsIEditorSpellCheck |
PRUnichar* GetSuggestedWord ( )
|
| nsIEditorSpellCheck |
void IgnoreWordAllOccurrences ( PRUnichar* word )
|
| nsIEditorSpellCheck |
void InitSpellChecker ( nsIEditor editor , PRBool enableSelectionChecking )
|
| nsIEditorSpellCheck |
void RemoveWordFromDictionary ( PRUnichar* word )
|
| nsIEditorSpellCheck |
void ReplaceWord ( PRUnichar* misspelledWord , PRUnichar* replaceWord , PRBool allOccurrences )
|
| nsIEditorSpellCheck |
void saveDefaultDictionary ( )
|
| nsIEditorSpellCheck |
void SetCurrentDictionary ( PRUnichar* dictionary )
|
| nsIEditorSpellCheck |
void setFilter ( nsITextServicesFilter filter )
|
| nsIEditorSpellCheck |
void UninitSpellChecker ( )
|
Reference documentation is generated from Mozilla's source.
