ReactOS 0.4.15-dev-7958-gcd0bb1a
nsIDOMHTMLTableRowElement Interface Reference
Inheritance diagram for nsIDOMHTMLTableRowElement:
Collaboration diagram for nsIDOMHTMLTableRowElement:

Public Member Functions

nsresult GetRowIndex (int32_t *aRowIndex)
 
nsresult GetSectionRowIndex (int32_t *aSectionRowIndex)
 
nsresult GetCells (nsIDOMHTMLCollection **aCells)
 
nsresult GetAlign (nsAString *aAlign)
 
nsresult SetAlign (const nsAString *aAlign)
 
nsresult GetBgColor (nsAString *aBgColor)
 
nsresult SetBgColor (const nsAString *aBgColor)
 
nsresult GetCh (nsAString *aCh)
 
nsresult SetCh (const nsAString *aCh)
 
nsresult GetChOff (nsAString *aChOff)
 
nsresult SetChOff (const nsAString *aChOff)
 
nsresult GetVAlign (nsAString *aVAlign)
 
nsresult SetVAlign (const nsAString *aVAlign)
 
nsresult InsertCell (int32_t index, nsIDOMHTMLElement **_retval)
 
nsresult DeleteCell (int32_t index)
 
- Public Member Functions inherited from nsISupports
nsresult QueryInterface (nsIIDRef riid, void **result)
 
nsrefcnt AddRef ()
 
nsrefcnt Release ()
 

Detailed Description

Definition at line 2064 of file nsiface.idl.

Member Function Documentation

◆ DeleteCell()

nsresult nsIDOMHTMLTableRowElement::DeleteCell ( int32_t  index)

◆ GetAlign()

nsresult nsIDOMHTMLTableRowElement::GetAlign ( nsAString aAlign)

◆ GetBgColor()

nsresult nsIDOMHTMLTableRowElement::GetBgColor ( nsAString aBgColor)

◆ GetCells()

nsresult nsIDOMHTMLTableRowElement::GetCells ( nsIDOMHTMLCollection **  aCells)

◆ GetCh()

nsresult nsIDOMHTMLTableRowElement::GetCh ( nsAString aCh)

◆ GetChOff()

nsresult nsIDOMHTMLTableRowElement::GetChOff ( nsAString aChOff)

◆ GetRowIndex()

nsresult nsIDOMHTMLTableRowElement::GetRowIndex ( int32_t aRowIndex)

◆ GetSectionRowIndex()

nsresult nsIDOMHTMLTableRowElement::GetSectionRowIndex ( int32_t aSectionRowIndex)

◆ GetVAlign()

nsresult nsIDOMHTMLTableRowElement::GetVAlign ( nsAString aVAlign)

◆ InsertCell()

nsresult nsIDOMHTMLTableRowElement::InsertCell ( int32_t  index,
nsIDOMHTMLElement **  _retval 
)

◆ SetAlign()

nsresult nsIDOMHTMLTableRowElement::SetAlign ( const nsAString aAlign)

◆ SetBgColor()

nsresult nsIDOMHTMLTableRowElement::SetBgColor ( const nsAString aBgColor)

◆ SetCh()

nsresult nsIDOMHTMLTableRowElement::SetCh ( const nsAString aCh)

◆ SetChOff()

nsresult nsIDOMHTMLTableRowElement::SetChOff ( const nsAString aChOff)

◆ SetVAlign()

nsresult nsIDOMHTMLTableRowElement::SetVAlign ( const nsAString aVAlign)

The documentation for this interface was generated from the following file: