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


Public Member Functions | |
HTMLTableColElement (const HTMLTableColElement &other) | |
HTMLTableColElement (const Node &other) | |
HTMLTableColElement & | operator= (const HTMLTableColElement &other) |
HTMLTableColElement & | operator= (const Node &other) |
DOMString | align () const |
Horizontal alignment of cell data in column. | |
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 | |
long | span () const |
Indicates the number of columns in a group or affected by a grouping. | |
void | setSpan (long) |
see span | |
DOMString | vAlign () const |
Vertical alignment of cell data in column. | |
void | setVAlign (const DOMString &) |
see vAlign | |
DOMString | width () const |
Default column width. | |
void | setWidth (const DOMString &) |
see width | |
Protected Member Functions | |
HTMLTableColElement (HTMLTableColElementImpl *impl) | |
Friends | |
class | HTMLTableElement |
Detailed Description
Regroups the COL
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 320 of file html_table.cpp. |
|
see align
Definition at line 326 of file html_table.cpp. |
|
Alignment character for cells in a column. See the char attribute definition in HTML 4.0. Definition at line 331 of file html_table.cpp. |
|
see ch
Definition at line 337 of file html_table.cpp. |
|
Offset of alignment character. See the charoff attribute definition in HTML 4.0. Definition at line 342 of file html_table.cpp. |
|
see chOff
Definition at line 348 of file html_table.cpp. |
|
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 353 of file html_table.cpp. |
|
see span
Definition at line 359 of file html_table.cpp. References QString::number(). |
|
Vertical alignment of cell data in column. See the valign attribute definition in HTML 4.0. Definition at line 367 of file html_table.cpp. |
|
see vAlign
Definition at line 373 of file html_table.cpp. |
|
Default column width. See the width attribute definition in HTML 4.0. Definition at line 378 of file html_table.cpp. |
|
see width
Definition at line 384 of file html_table.cpp. |
The documentation for this class was generated from the following files: