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

Public Member Functions | |
| DOMString | align () const |
| DOMString | ch () const |
| DOMString | chOff () const |
| HTMLTableColElement (const Node &other) | |
| HTMLTableColElement (const HTMLTableColElement &other) | |
| HTMLTableColElement () | |
| HTMLTableColElement & | operator= (const Node &other) |
| HTMLTableColElement & | operator= (const HTMLTableColElement &other) |
| void | setAlign (const DOMString &) |
| void | setCh (const DOMString &) |
| void | setChOff (const DOMString &) |
| void | setSpan (long) |
| void | setVAlign (const DOMString &) |
| void | setWidth (const DOMString &) |
| long | span () const |
| DOMString | vAlign () const |
| DOMString | width () const |
| ~HTMLTableColElement () | |
Protected Member Functions | |
| HTMLTableColElement (HTMLTableColElementImpl *impl) | |
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.
Constructor & Destructor Documentation
| HTMLTableColElement::HTMLTableColElement | ( | ) |
Definition at line 284 of file html_table.cpp.
| HTMLTableColElement::HTMLTableColElement | ( | const HTMLTableColElement & | other | ) |
Definition at line 288 of file html_table.cpp.
| DOM::HTMLTableColElement::HTMLTableColElement | ( | const Node & | other | ) | [inline] |
Definition at line 329 of file html_table.h.
| HTMLTableColElement::HTMLTableColElement | ( | HTMLTableColElementImpl * | impl | ) | [protected] |
Definition at line 292 of file html_table.cpp.
| HTMLTableColElement::~HTMLTableColElement | ( | ) |
Definition at line 315 of file html_table.cpp.
Member Function Documentation
| DOMString HTMLTableColElement::align | ( | ) | const |
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.
| DOMString HTMLTableColElement::ch | ( | ) | const |
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.
| DOMString HTMLTableColElement::chOff | ( | ) | const |
Offset of alignment character.
See the charoff attribute definition in HTML 4.0.
Definition at line 341 of file html_table.cpp.
| HTMLTableColElement & HTMLTableColElement::operator= | ( | const Node & | other | ) |
| HTMLTableColElement & HTMLTableColElement::operator= | ( | const HTMLTableColElement & | other | ) |
Definition at line 309 of file html_table.cpp.
| void HTMLTableColElement::setAlign | ( | const DOMString & | value | ) |
| void HTMLTableColElement::setCh | ( | const DOMString & | value | ) |
| void HTMLTableColElement::setChOff | ( | const DOMString & | value | ) |
| void HTMLTableColElement::setSpan | ( | long | _span | ) |
| void HTMLTableColElement::setVAlign | ( | const DOMString & | value | ) |
| void HTMLTableColElement::setWidth | ( | const DOMString & | value | ) |
| long HTMLTableColElement::span | ( | ) | const |
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.
| DOMString HTMLTableColElement::vAlign | ( | ) | const |
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.
| DOMString HTMLTableColElement::width | ( | ) | const |
Default column width.
See the width attribute definition in HTML 4.0.
Definition at line 377 of file html_table.cpp.
The documentation for this class was generated from the following files:
KDE 3.5 API Reference