|
|
The object used to represent the <code> TH </code> and <code> TD </code> elements. See the <a href="http://www.w3.org/TR/REC-html40/struct/tables.html#edef-TD"> TD element definition </a> 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 <a href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-abbr"> abbr attribute definition </a> in HTML 4.0.
void setAbbr ( const DOMString & )
| setAbbr |
see abbr
DOMString align ()
| align |
[const]
Horizontal alignment of data in cell. 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 axis ()
| axis |
[const]
Names group of related headers. See the <a href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-axis"> axis attribute definition </a> in HTML 4.0.
void setAxis ( const DOMString & )
| setAxis |
see axis
DOMString bgColor ()
| bgColor |
[const]
Cell background color. 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
long colSpan ()
| colSpan |
[const]
Number of columns spanned by cell. See the <a href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-colspan"> colspan attribute definition </a> in HTML 4.0.
void setColSpan ( long )
| setColSpan |
see colSpan
DOMString headers ()
| headers |
[const]
List of <code> id </code> attribute values for header cells. See the <a href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-headers"> headers attribute definition </a> in HTML 4.0.
void setHeaders ( const DOMString & )
| setHeaders |
see headers
DOMString height ()
| height |
[const]
Cell height. See the <a href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-height-TH"> height attribute definition </a> 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 <a href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-nowrap"> nowrap attribute definition </a> 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 <a href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-rowspan"> rowspan attribute definition </a> in HTML 4.0.
void setRowSpan ( long )
| setRowSpan |
see rowSpan
DOMString scope ()
| scope |
[const]
Scope covered by header cells. See the <a href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-scope"> scope attribute definition </a> in HTML 4.0.
void setScope ( const DOMString & )
| setScope |
see scope
DOMString vAlign ()
| vAlign |
[const]
Vertical alignment of data in cell. 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
DOMString width ()
| width |
[const]
Cell width. See the <a href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-width-TH"> width attribute definition </a> in HTML 4.0. This attribute is deprecated in HTML 4.0.
void setWidth ( const DOMString & )
| setWidth |
see width
Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |