class HTMLTableCellElement |
|
The object used to represent the TH and TD elements. See the TD element definition in HTML 4.0. |
|
|
|
|
|
Abbreviation for header cells. See the abbr attribute definition in HTML 4.0. |
|
Horizontal alignment of data in cell. See the align attribute definition in HTML 4.0. |
|
Names group of related headers. See the axis attribute definition in HTML 4.0. |
|
Cell background color. See the bgcolor attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. |
|
The index of this cell in the row. |
|
Alignment character for cells in a column. See the char attribute definition in HTML 4.0. |
|
Offset of alignment character. See the charoff attribute definition in HTML 4.0. |
|
Number of columns spanned by cell. See the colspan attribute definition in HTML 4.0. |
|
List of id attribute values for header cells. See the headers attribute definition in HTML 4.0. |
|
Cell height. See the height attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. |
|
Suppress word wrapping. See the nowrap attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. |
|
Number of rows spanned by cell. See the rowspan attribute definition in HTML 4.0. |
|
Scope covered by header cells. See the scope attribute definition in HTML 4.0. |
|
see abbr |
|
see align |
|
see axis |
|
see bgColor |
|
see cellIndex
This function is obsolete - the cellIndex property is actually supposed to be read-only (http://www.w3.org/DOM/updates/REC-DOM-Level-1-19981001-errata.html) |
|
see ch |
|
see chOff |
|
see colSpan |
|
see headers |
|
see height |
|
see noWrap |
|
see rowSpan |
|
see scope |
|
see vAlign |
|
see width |
|
Vertical alignment of data in cell. See the valign attribute definition in HTML 4.0. |
|
Cell width. See the width attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. |