org.w3c.dom.html.HTMLTableCellElement |
The object used to represent the TH
and TD
elements. See the TD element definition in HTML 4.0.
See also the Document Object Model (DOM) Level 2 Specification.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Abbreviation for header cells.
| |||||||||||
Horizontal alignment of data in cell.
| |||||||||||
Names group of related headers.
| |||||||||||
Cell background color.
| |||||||||||
The index of this cell in the row, starting from 0.
| |||||||||||
Alignment character for cells in a column.
| |||||||||||
Offset of alignment character.
| |||||||||||
Number of columns spanned by cell.
| |||||||||||
List of
id attribute values for header cells. | |||||||||||
Cell height.
| |||||||||||
Suppress word wrapping.
| |||||||||||
Number of rows spanned by cell.
| |||||||||||
Scope covered by header cells.
| |||||||||||
Vertical alignment of data in cell.
| |||||||||||
Cell width.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
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, starting from 0. This index is in document tree order and not display order.
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.
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.