khtml Library API Documentation

DOM::HTMLTableSectionElement Class Reference

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

#include <html_table.h>

Inheritance diagram for DOM::HTMLTableSectionElement:

DOM::HTMLElement DOM::Element DOM::Node List of all members.

Public Member Functions

 HTMLTableSectionElement (const HTMLTableSectionElement &other)
 HTMLTableSectionElement (const Node &other)
HTMLTableSectionElementoperator= (const HTMLTableSectionElement &other)
HTMLTableSectionElementoperator= (const Node &other)
DOMString align () const
 Horizontal alignment of data in cells.

void setAlign (const DOMString &)
 see align

DOMString ch () const
 Alignment character for cells in a column.

void setCh (const DOMString &)
 see ch

DOMString chOff () const
 Offset of alignment character.

void setChOff (const DOMString &)
 see chOff

DOMString vAlign () const
 Vertical alignment of data in cells.

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.

void deleteRow (long index)
 Delete a row from this section.


Protected Member Functions

 HTMLTableSectionElement (HTMLTableSectionElementImpl *impl)

Friends

class HTMLTableElement

Detailed Description

The THEAD , TFOOT , and TBODY elements.

Definition at line 895 of file html_table.h.


Member Function Documentation

DOMString HTMLTableSectionElement::align  )  const
 

Horizontal alignment of data in cells.

See the align attribute for HTMLTheadElement for details.

Definition at line 801 of file html_table.cpp.

void HTMLTableSectionElement::setAlign const DOMString  ) 
 

see align

Definition at line 807 of file html_table.cpp.

DOMString HTMLTableSectionElement::ch  )  const
 

Alignment character for cells in a column.

See the char attribute definition in HTML 4.0.

Definition at line 812 of file html_table.cpp.

void HTMLTableSectionElement::setCh const DOMString  ) 
 

see ch

Definition at line 818 of file html_table.cpp.

DOMString HTMLTableSectionElement::chOff  )  const
 

Offset of alignment character.

See the charoff attribute definition in HTML 4.0.

Definition at line 823 of file html_table.cpp.

void HTMLTableSectionElement::setChOff const DOMString  ) 
 

see chOff

Definition at line 829 of file html_table.cpp.

DOMString HTMLTableSectionElement::vAlign  )  const
 

Vertical alignment of data in cells.

See the valign attribute for HTMLTheadElement for details.

Definition at line 834 of file html_table.cpp.

void HTMLTableSectionElement::setVAlign const DOMString  ) 
 

see vAlign

Definition at line 840 of file html_table.cpp.

HTMLCollection HTMLTableSectionElement::rows  )  const
 

The collection of rows in this table section.

Definition at line 845 of file html_table.cpp.

HTMLElement HTMLTableSectionElement::insertRow long  index  ) 
 

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.

Definition at line 851 of file html_table.cpp.

void HTMLTableSectionElement::deleteRow long  index  ) 
 

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.

Definition at line 861 of file html_table.cpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.4.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Sun Feb 27 22:16:45 2005 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001