KHTML
#include <html_table.h>
Protected Member Functions | |
| HTMLTableColElement (HTMLTableColElementImpl *impl) | |
| Protected Member Functions inherited from DOM::HTMLElement | |
| HTMLElement (HTMLElementImpl *impl) | |
| void | assignOther (const Node &other, int elementId) |
| Protected Member Functions inherited from DOM::Element | |
| Element (ElementImpl *_impl) | |
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.
Constructor & Destructor Documentation
◆ HTMLTableColElement() [1/4]
| HTMLTableColElement::HTMLTableColElement | ( | ) |
Definition at line 283 of file html_table.cpp.
◆ HTMLTableColElement() [2/4]
| HTMLTableColElement::HTMLTableColElement | ( | const HTMLTableColElement & | other | ) |
Definition at line 287 of file html_table.cpp.
◆ HTMLTableColElement() [3/4]
|
inline |
Definition at line 329 of file html_table.h.
◆ HTMLTableColElement() [4/4]
|
protected |
Definition at line 291 of file html_table.cpp.
◆ ~HTMLTableColElement()
| HTMLTableColElement::~HTMLTableColElement | ( | ) |
Definition at line 314 of file html_table.cpp.
Member Function Documentation
◆ align()
| DOMString HTMLTableColElement::align | ( | ) | const |
Horizontal alignment of cell data in column.
See the align attribute definition in HTML 4.0.
Definition at line 318 of file html_table.cpp.
◆ ch()
| DOMString HTMLTableColElement::ch | ( | ) | const |
Alignment character for cells in a column.
See the char attribute definition in HTML 4.0.
Definition at line 329 of file html_table.cpp.
◆ chOff()
| DOMString HTMLTableColElement::chOff | ( | ) | const |
Offset of alignment character.
See the charoff attribute definition in HTML 4.0.
Definition at line 340 of file html_table.cpp.
◆ operator=() [1/2]
| HTMLTableColElement & HTMLTableColElement::operator= | ( | const HTMLTableColElement & | other | ) |
Definition at line 308 of file html_table.cpp.
◆ operator=() [2/2]
| HTMLTableColElement & HTMLTableColElement::operator= | ( | const Node & | other | ) |
Definition at line 295 of file html_table.cpp.
◆ setAlign()
| void HTMLTableColElement::setAlign | ( | const DOMString & | value | ) |
see align
Definition at line 324 of file html_table.cpp.
◆ setCh()
| void HTMLTableColElement::setCh | ( | const DOMString & | value | ) |
see ch
Definition at line 335 of file html_table.cpp.
◆ setChOff()
| void HTMLTableColElement::setChOff | ( | const DOMString & | value | ) |
see chOff
Definition at line 346 of file html_table.cpp.
◆ setSpan()
| void HTMLTableColElement::setSpan | ( | long | _span | ) |
see span
Definition at line 357 of file html_table.cpp.
◆ setVAlign()
| void HTMLTableColElement::setVAlign | ( | const DOMString & | value | ) |
see vAlign
Definition at line 371 of file html_table.cpp.
◆ setWidth()
| void HTMLTableColElement::setWidth | ( | const DOMString & | value | ) |
see width
Definition at line 382 of file html_table.cpp.
◆ span()
| 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 351 of file html_table.cpp.
◆ vAlign()
| DOMString HTMLTableColElement::vAlign | ( | ) | const |
Vertical alignment of cell data in column.
See the valign attribute definition in HTML 4.0.
Definition at line 365 of file html_table.cpp.
◆ width()
| DOMString HTMLTableColElement::width | ( | ) | const |
Default column width.
See the width attribute definition in HTML 4.0.
Definition at line 376 of file html_table.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.