class HTMLTableSectionElement

The THEAD , TFOOT , and TBODY elements. More...

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

Public Methods

Protected Methods


Detailed Description

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.

Parameters:
indexThe 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:
indexThe index of the row to be deleted.


Generated by: dfaure on faure on Tue Apr 16 08:50:42 2002, using kdoc 2.0a53.