class HTMLTableSectionElement

The <code> THEAD </code> , <code> TFOOT </code> , and <code> TBODY </code> elements. More...

Full nameDOM::HTMLTableSectionElement
Definition#include <html_table.h>
InheritsDOM::HTMLElement
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods


Detailed Description

The <code> THEAD </code> , <code> TFOOT </code> , and <code> TBODY </code> elements.

DOMString  align ()

[const]

Horizontal alignment of data in cells. See the <code> align </code> attribute for HTMLTheadElement for details.

void  setAlign ( const DOMString & )

see align

DOMString  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 & )

see ch

DOMString  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 & )

see chOff

DOMString  vAlign ()

[const]

Vertical alignment of data in cells. See the <code> valign </code> attribute for HTMLTheadElement for details.

void  setVAlign ( const DOMString & )

see vAlign

HTMLCollection  rows ()

[const]

The collection of rows in this table section.

HTMLElement  insertRow ( long index )

Insert a row into this section.

Parameters:
indexThe row number where to insert a new row.

Returns: The newly created row.

void  deleteRow ( long index )

Delete a row from this section.

Parameters:
indexThe index of the row to be deleted.


Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:55:52 2001, using kdoc 2.0a35.