|
|
The <code> THEAD </code> , <code> TFOOT </code> , and <code> TBODY </code> elements.
| DOMString |
[const]
Horizontal alignment of data in cells. See the <code> align </code> attribute for HTMLTheadElement for details.
| void |
see align
| DOMString |
[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 |
see ch
| DOMString |
[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 |
see chOff
| DOMString |
[const]
Vertical alignment of data in cells. See the <code> valign </code> attribute for HTMLTheadElement for details.
| void |
see vAlign
| HTMLCollection |
[const]
The collection of rows in this table section.
| HTMLElement |
Insert a row into this section.
Parameters:
| index | The row number where to insert a new row. |
Returns: The newly created row.
| void |
Delete a row from this section.
Parameters:
| index | The index of the row to be deleted. |
| Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:55:52 2001, using kdoc 2.0a35. |