|
|
The THEAD , TFOOT , and TBODY
elements.
| HTMLTableSectionElement ()
| HTMLTableSectionElement |
| HTMLTableSectionElement (const HTMLTableSectionElement &other)
| HTMLTableSectionElement |
| HTMLTableSectionElement (const Node &other)
| HTMLTableSectionElement |
| HTMLTableSectionElement (HTMLTableSectionElementImpl *impl)
| HTMLTableSectionElement |
[protected]
| HTMLTableSectionElement & operator = (const HTMLTableSectionElement &other)
| operator = |
Reimplemented from HTMLElement.
| HTMLTableSectionElement & operator = (const Node &other)
| operator = |
Reimplemented from HTMLElement.
| ~HTMLTableSectionElement ()
| ~HTMLTableSectionElement |
| DOMString align ()
| align |
[const]
Horizontal alignment of data in cells. See the align
attribute for HTMLTheadElement for details.
| void setAlign ( const DOMString & )
| setAlign |
see align
| 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
| DOMString vAlign ()
| vAlign |
[const]
Vertical alignment of data in cells. See the valign
attribute for HTMLTheadElement for details.
| void setVAlign ( const DOMString & )
| setVAlign |
see vAlign
| HTMLCollection rows ()
| rows |
[const]
The collection of rows in this table section.
| HTMLElement insertRow ( long index )
| insertRow |
Insert a row into this section. The new row is inserted immediately before the current indexth row in this section. If index is -1 or equal to the number of rows in this sectino, the new row is appended.
Parameters:
| index | The row number where to insert a new row. |
Returns: The newly created row.
| void deleteRow ( long index )
| deleteRow |
Delete a row from this section.
Parameters:
| index | The index of the row to be deleted, or -1 to delete the last row. This index starts from 0 and is relative only to the rows contained inside this section, not all the rows in the table. |
| Generated by: root on sparc64.ports.openbsd.org on Sun Sep 14 00:05:35 2003, using kdoc 2.0a54. |