DOM::HTMLTableSectionElement Class Reference
TheTHEAD , TFOOT , and TBODY elements.  
More...
#include <html_table.h>
Inheritance diagram for DOM::HTMLTableSectionElement:


| Public Member Functions | |
| HTMLTableSectionElement (const HTMLTableSectionElement &other) | |
| HTMLTableSectionElement (const Node &other) | |
| HTMLTableSectionElement & | operator= (const HTMLTableSectionElement &other) | 
| HTMLTableSectionElement & | operator= (const Node &other) | 
| DOMString | align () const | 
| void | setAlign (const DOMString &) | 
| DOMString | ch () const | 
| void | setCh (const DOMString &) | 
| DOMString | chOff () const | 
| void | setChOff (const DOMString &) | 
| DOMString | vAlign () const | 
| void | setVAlign (const DOMString &) | 
| HTMLCollection | rows () const | 
| HTMLElement | insertRow (long index) | 
| void | deleteRow (long index) | 
| Protected Member Functions | |
| HTMLTableSectionElement (HTMLTableSectionElementImpl *impl) | |
| Friends | |
| class | HTMLTableElement | 
Detailed Description
TheTHEAD , TFOOT , and TBODY elements. 
Definition at line 894 of file html_table.h.
Member Function Documentation
| 
 | 
| Horizontal alignment of data in cells. 
See the  Definition at line 800 of file html_table.cpp. | 
| 
 | 
| see align 
 Definition at line 806 of file html_table.cpp. | 
| 
 | 
| Alignment character for cells in a column. See the char attribute definition in HTML 4.0. Definition at line 811 of file html_table.cpp. | 
| 
 | 
| see ch 
 Definition at line 817 of file html_table.cpp. | 
| 
 | 
| Offset of alignment character. See the charoff attribute definition in HTML 4.0. Definition at line 822 of file html_table.cpp. | 
| 
 | 
| see chOff 
 Definition at line 828 of file html_table.cpp. | 
| 
 | 
| Vertical alignment of data in cells. 
See the  Definition at line 833 of file html_table.cpp. | 
| 
 | 
| see vAlign 
 Definition at line 839 of file html_table.cpp. | 
| 
 | 
| The collection of rows in this table section. 
 Definition at line 844 of file html_table.cpp. | 
| 
 | 
| 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. 
 
 
 Definition at line 850 of file html_table.cpp. | 
| 
 | 
| Delete a row from this section. 
 
 Definition at line 860 of file html_table.cpp. | 
The documentation for this class was generated from the following files:

