Struct xpcom::interfaces::nsIHTMLInlineTableEditor [] [src]

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

interface nsIHTMLInlineTableEditor : nsISupports

Methods

impl nsIHTMLInlineTableEditor
[src]

[src]

Cast this nsIHTMLInlineTableEditor to one of its base interfaces.

impl nsIHTMLInlineTableEditor
[src]

[src]

/**
   * boolean indicating if inline table editing is enabled in the editor.
   * When inline table editing is enabled, and when the selection is
   * contained in a table cell, special buttons allowing to add/remove
   * a line/column are available on the cell's border.
   */

attribute boolean inlineTableEditingEnabled;

[src]

/**
   * boolean indicating if inline table editing is enabled in the editor.
   * When inline table editing is enabled, and when the selection is
   * contained in a table cell, special buttons allowing to add/remove
   * a line/column are available on the cell's border.
   */

attribute boolean inlineTableEditingEnabled;

[src]

/**
   * Shows inline table editing UI around a table cell
   * @param aCell [IN] a DOM Element being a table cell, td or th
   */

void showInlineTableEditingUI (in nsIDOMElement aCell);

[src]

/**
   * Hide all inline table editing UI
   */

void hideInlineTableEditingUI ();

[src]

/**
   * Modifies the table containing the selection according to the
   * activation of an inline table editing UI element
   * @param aUIAnonymousElement [IN] the inline table editing UI element
   */

void doInlineTableEditingAction (in nsIDOMElement aUIAnonymousElement);

[src]

/**
   * Refresh already visible inline table editing UI
   */

void refreshInlineTableEditingUI ();

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 nsIHTMLInlineTableEditor
[src]

IID: nsIID = nsID(3986875996, 42840, 17695, [155, 5, 119, 203, 141, 231, 78, 210])

[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 nsIHTMLInlineTableEditor
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIHTMLInlineTableEditor
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.