DOM::HTMLTableColElement Class Reference
Regroups theCOL
and COLGROUP
elements.
More...
#include <html_table.h>
Inheritance diagram for DOM::HTMLTableColElement:


Public Member Functions | |
HTMLTableColElement () | |
HTMLTableColElement (const HTMLTableColElement &other) | |
HTMLTableColElement (const Node &other) | |
HTMLTableColElement & | operator= (const HTMLTableColElement &other) |
HTMLTableColElement & | operator= (const Node &other) |
~HTMLTableColElement () | |
DOMString | align () const |
void | setAlign (const DOMString &) |
DOMString | ch () const |
void | setCh (const DOMString &) |
DOMString | chOff () const |
void | setChOff (const DOMString &) |
long | span () const |
void | setSpan (long) |
DOMString | vAlign () const |
void | setVAlign (const DOMString &) |
DOMString | width () const |
void | setWidth (const DOMString &) |
Protected Member Functions | |
HTMLTableColElement (HTMLTableColElementImpl *impl) | |
Friends | |
class | HTMLTableElement |
Detailed Description
Regroups theCOL
and COLGROUP
elements.
See the COL element definition in HTML 4.0.
Definition at line 322 of file html_table.h.
Member Function Documentation
|
Horizontal alignment of cell data in column. See the align attribute definition in HTML 4.0. Definition at line 319 of file html_table.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see align
Definition at line 325 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 330 of file html_table.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see ch
Definition at line 336 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 341 of file html_table.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see chOff
Definition at line 347 of file html_table.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::putValueProperty(). |
|
Indicates the number of columns in a group or affected by a grouping. See the span attribute definition in HTML 4.0. Definition at line 352 of file html_table.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see span
Definition at line 358 of file html_table.cpp. References DOM::Node::impl, and QString::number(). Referenced by KJS::HTMLElement::putValueProperty(). |
|
Vertical alignment of cell data in column. See the valign attribute definition in HTML 4.0. Definition at line 366 of file html_table.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see vAlign
Definition at line 372 of file html_table.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::putValueProperty(). |
|
Default column width. See the width attribute definition in HTML 4.0. Definition at line 377 of file html_table.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::getValueProperty(). |
|
see width
Definition at line 383 of file html_table.cpp. References DOM::Node::impl. Referenced by KJS::HTMLElement::putValueProperty(). |
The documentation for this class was generated from the following files: