DOM::HTMLTableSectionElement Class Reference
The THEAD , 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 |
| 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
|
|
Horizontal alignment of data in cells.
See the Definition at line 801 of file html_table.cpp. |
|
|
see align
Definition at line 807 of file html_table.cpp. |
|
|
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. |
|
|
see ch
Definition at line 818 of file html_table.cpp. |
|
|
Offset of alignment character. See the charoff attribute definition in HTML 4.0. Definition at line 823 of file html_table.cpp. |
|
|
see chOff
Definition at line 829 of file html_table.cpp. |
|
|
Vertical alignment of data in cells.
See the Definition at line 834 of file html_table.cpp. |
|
|
see vAlign
Definition at line 840 of file html_table.cpp. |
|
|
The collection of rows in this table section.
Definition at line 845 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 851 of file html_table.cpp. |
|
|
Delete a row from this section.
Definition at line 861 of file html_table.cpp. |
The documentation for this class was generated from the following files:
