ReactOS 0.4.16-dev-1019-g2c2cdfd
|
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) |
![]() | |
nsresult | QueryInterface (nsIIDRef riid, void **result) |
nsrefcnt | AddRef () |
nsrefcnt | Release () |
Definition at line 2064 of file nsiface.idl.
nsresult nsIDOMHTMLTableRowElement::GetCells | ( | nsIDOMHTMLCollection ** | aCells | ) |
nsresult nsIDOMHTMLTableRowElement::InsertCell | ( | int32_t | index, |
nsIDOMHTMLElement ** | _retval | ||
) |