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

Public Member Functions | |
HTMLTableSectionElement () | |
HTMLTableSectionElement (const HTMLTableSectionElement &other) | |
HTMLTableSectionElement (const Node &other) | |
HTMLTableSectionElement & | operator= (const HTMLTableSectionElement &other) |
HTMLTableSectionElement & | operator= (const Node &other) |
~HTMLTableSectionElement () | |
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 895 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. References DOM::Node::impl. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see align
Definition at line 806 of file html_table.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::putValueProperty(). |
|
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. References DOM::Node::impl. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see ch
Definition at line 817 of file html_table.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::putValueProperty(). |
|
Offset of alignment character. See the charoff attribute definition in HTML 4.0. Definition at line 822 of file html_table.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see chOff
Definition at line 828 of file html_table.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::putValueProperty(). |
|
Vertical alignment of data in cells.
See the Definition at line 833 of file html_table.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see vAlign
Definition at line 839 of file html_table.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::putValueProperty(). |
|
The collection of rows in this table section.
Definition at line 844 of file html_table.cpp. References DOM::Node::HTMLCollection, and DOM::Node::impl. Referenced by KJS::HTMLElement::getValueProperty(). |
|
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. References DOM::Node::impl. Referenced by KJS::HTMLElementFunction::tryCall(). |
|
Delete a row from this section.
Definition at line 860 of file html_table.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElementFunction::tryCall(). |
The documentation for this class was generated from the following files: