|
|
The object used to represent the TH and TD
elements. See the
TD element definition in HTML 4.0.
| HTMLTableCellElement ()
| HTMLTableCellElement |
| HTMLTableCellElement (const HTMLTableCellElement &other)
| HTMLTableCellElement |
| HTMLTableCellElement (const Node &other)
| HTMLTableCellElement |
| HTMLTableCellElement (HTMLTableCellElementImpl *impl)
| HTMLTableCellElement |
[protected]
| HTMLTableCellElement & operator = (const HTMLTableCellElement &other)
| operator = |
Reimplemented from HTMLElement.
| HTMLTableCellElement & operator = (const Node &other)
| operator = |
Reimplemented from HTMLElement.
| ~HTMLTableCellElement ()
| ~HTMLTableCellElement |
| long cellIndex ()
| cellIndex |
[const]
The index of this cell in the row.
| void setCellIndex ( long )
| setCellIndex |
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)
| DOMString abbr ()
| abbr |
[const]
Abbreviation for header cells. See the abbr attribute definition in HTML 4.0.
| void setAbbr ( const DOMString & )
| setAbbr |
see abbr
| DOMString align ()
| align |
[const]
Horizontal alignment of data in cell. See the align attribute definition in HTML 4.0.
| void setAlign ( const DOMString & )
| setAlign |
see align
| DOMString axis ()
| axis |
[const]
Names group of related headers. See the axis attribute definition in HTML 4.0.
| void setAxis ( const DOMString & )
| setAxis |
see axis
| DOMString bgColor ()
| bgColor |
[const]
Cell background color. See the bgcolor attribute definition 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 char attribute definition in HTML 4.0.
| void setCh ( const DOMString & )
| setCh |
see ch
| DOMString chOff ()
| chOff |
[const]
Offset of alignment character. See the charoff attribute definition in HTML 4.0.
| void setChOff ( const DOMString & )
| setChOff |
see chOff
| long colSpan ()
| colSpan |
[const]
Number of columns spanned by cell. See the colspan attribute definition in HTML 4.0.
| void setColSpan ( long )
| setColSpan |
see colSpan
| DOMString headers ()
| headers |
[const]
List of id attribute values for header cells.
See the
headers attribute definition in HTML 4.0.
| void setHeaders ( const DOMString & )
| setHeaders |
see headers
| DOMString height ()
| height |
[const]
Cell height. See the height attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
| void setHeight ( const DOMString & )
| setHeight |
see height
| bool noWrap ()
| noWrap |
[const]
Suppress word wrapping. See the nowrap attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
| void setNoWrap ( bool )
| setNoWrap |
see noWrap
| long rowSpan ()
| rowSpan |
[const]
Number of rows spanned by cell. See the rowspan attribute definition in HTML 4.0.
| void setRowSpan ( long )
| setRowSpan |
see rowSpan
| DOMString scope ()
| scope |
[const]
Scope covered by header cells. See the scope attribute definition in HTML 4.0.
| void setScope ( const DOMString & )
| setScope |
see scope
| DOMString vAlign ()
| vAlign |
[const]
Vertical alignment of data in cell. See the valign attribute definition in HTML 4.0.
| void setVAlign ( const DOMString & )
| setVAlign |
see vAlign
| DOMString width ()
| width |
[const]
Cell width. See the width attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
| void setWidth ( const DOMString & )
| setWidth |
see width
| Generated by: root on macppc.ports.openbsd.org on Sat Sep 6 10:37:43 2003, using kdoc 2.0a54. |