Struct xpcom::interfaces::nsIInlineSpellChecker [] [src]

#[repr(C)]
pub struct nsIInlineSpellChecker { /* fields omitted */ }

interface nsIInlineSpellChecker : nsISupports

Methods

impl nsIInlineSpellChecker
[src]

[src]

Cast this nsIInlineSpellChecker to one of its base interfaces.

impl nsIInlineSpellChecker
[src]

[src]

readonly attribute nsIEditorSpellCheck spellChecker;

[src]

void init (in nsIEditor aEditor);

[src]

void cleanup (in boolean aDestroyingFrames);

[src]

attribute boolean enableRealTimeSpell;

[src]

attribute boolean enableRealTimeSpell;

[src]

void spellCheckRange (in nsIDOMRange aSelection);

[src]

nsIDOMRange getMisspelledWord (in nsIDOMNode aNode, in long aOffset);

[src]

void replaceWord (in nsIDOMNode aNode, in long aOffset, in AString aNewword);

[src]

void addWordToDictionary (in AString aWord);

[src]

void removeWordFromDictionary (in AString aWord);

[src]

void ignoreWord (in AString aWord);

[src]

void ignoreWords ([array, size_is (aCount)] in wstring aWordsToIgnore, in unsigned long aCount);

[src]

void updateCurrentDictionary ();

[src]

readonly attribute boolean spellCheckPending;

Methods from Deref<Target = nsISupports>

[src]

Cast this nsISupports to one of its base interfaces.

[src]

void QueryInterface (in nsIIDRef uuid, [iid_is (uuid), retval] out nsQIResult result);

[src]

[noscript,notxpcom] nsrefcnt AddRef ();

[src]

[noscript,notxpcom] nsrefcnt Release ();

Trait Implementations

impl XpCom for nsIInlineSpellChecker
[src]

IID: nsIID = nsID(3082266492, 16580, 16790, [176, 183, 176, 51, 130, 67, 179, 254])

[src]

Perform a QueryInterface call on this object, attempting to dynamically cast it to the requested interface type. Returns Some(RefPtr) if the cast succeeded, and None otherwise. Read more

impl RefCounted for nsIInlineSpellChecker
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIInlineSpellChecker
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.