|
|
A row in a table. See the <a href="http://www.w3.org/TR/REC-html40/struct/tables.html#edef-TR"> TR element definition </a> in HTML 4.0.
| HTMLTableRowElement ()
| HTMLTableRowElement |
| HTMLTableRowElement (const HTMLTableRowElement &other)
| HTMLTableRowElement |
| HTMLTableRowElement (const Node &other)
| HTMLTableRowElement |
| HTMLTableRowElement (HTMLTableRowElementImpl *impl)
| HTMLTableRowElement |
[protected]
| HTMLTableRowElement & operator = (const HTMLTableRowElement &other)
| operator = |
Reimplemented from HTMLElement.
| HTMLTableRowElement & operator = (const Node &other)
| operator = |
Reimplemented from HTMLElement.
| ~HTMLTableRowElement ()
| ~HTMLTableRowElement |
| long rowIndex ()
| rowIndex |
[const]
The index of this row, relative to the entire table.
| void setRowIndex ( long )
| setRowIndex |
see rowIndex
This function is obsolete - the rowIndex property is actually supposed to be read-only (http://www.w3.org/DOM/updates/REC-DOM-Level-1-19981001-errata.html)
| long sectionRowIndex ()
| sectionRowIndex |
[const]
The index of this row, relative to the current section ( <code> THEAD </code> , <code> TFOOT </code> , or <code> TBODY </code> ).
| void setSectionRowIndex ( long )
| setSectionRowIndex |
see sectionRowIndex
This function is obsolete - the sectionRowIndex property is actually supposed to be read-only (http://www.w3.org/DOM/updates/REC-DOM-Level-1-19981001-errata.html)
| HTMLCollection cells ()
| cells |
[const]
The collection of cells in this row.
| void setCells ( const HTMLCollection & )
| setCells |
see cells
This function is obsolete - the cells property is actually supposed to be read-only (http://www.w3.org/DOM/updates/REC-DOM-Level-1-19981001-errata.html)
| DOMString align ()
| align |
[const]
Horizontal alignment of data within cells of this row. See the <a href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-align-TD"> align attribute definition </a> in HTML 4.0.
| void setAlign ( const DOMString & )
| setAlign |
see align
| DOMString bgColor ()
| bgColor |
[const]
Background color for rows. See the <a href="http://www.w3.org/TR/REC-html40/present/graphics.html#adef-bgcolor"> bgcolor attribute definition </a> in HTML 4.0. This attribute is deprecated in HTML 4.0.
| void setBgColor ( const DOMString & )
| setBgColor |
see bgColor
| DOMString ch ()
| ch |
[const]
Alignment character for cells in a column. See the <a href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-char"> char attribute definition </a> in HTML 4.0.
| void setCh ( const DOMString & )
| setCh |
see ch
| DOMString chOff ()
| chOff |
[const]
Offset of alignment character. See the <a href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-charoff"> charoff attribute definition </a> in HTML 4.0.
| void setChOff ( const DOMString & )
| setChOff |
see chOff
| DOMString vAlign ()
| vAlign |
[const]
Vertical alignment of data within cells of this row. See the <a href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-valign"> valign attribute definition </a> in HTML 4.0.
| void setVAlign ( const DOMString & )
| setVAlign |
see vAlign
| HTMLElement insertCell ( long index )
| insertCell |
Insert an empty <code> TD </code> cell into this row.
Parameters:
| index | The place to insert the cell. |
Returns: The newly created cell.
| void deleteCell ( long index )
| deleteCell |
Delete a cell from the current row.
Parameters:
| index | The index of the cell to delete. |
| Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |