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 [public ]
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.

 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 <code> align </code> 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 <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

DOMString  vAlign ()

vAlign

[const]

Vertical alignment of data in cells. See the <code> valign </code> 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: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53.