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::HTMLTableColElement | ( | ) |
Definition at line 283 of file html_table.cpp.
HTMLTableColElement::HTMLTableColElement | ( | const HTMLTableColElement & | other | ) |
Definition at line 287 of file html_table.cpp.
|
inline |
Definition at line 329 of file html_table.h.
|
protected |
Definition at line 291 of file html_table.cpp.
HTMLTableColElement::~HTMLTableColElement | ( | ) |
Definition at line 314 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 318 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 329 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 340 of file html_table.cpp.
HTMLTableColElement & HTMLTableColElement::operator= | ( | const HTMLTableColElement & | other | ) |
Definition at line 308 of file html_table.cpp.
HTMLTableColElement & HTMLTableColElement::operator= | ( | const Node & | other | ) |
Definition at line 295 of file html_table.cpp.
void HTMLTableColElement::setAlign | ( | const DOMString & | value | ) |
see align
Definition at line 324 of file html_table.cpp.
void HTMLTableColElement::setCh | ( | const DOMString & | value | ) |
see ch
Definition at line 335 of file html_table.cpp.
void HTMLTableColElement::setChOff | ( | const DOMString & | value | ) |
see chOff
Definition at line 346 of file html_table.cpp.
void HTMLTableColElement::setSpan | ( | long | _span | ) |
see span
Definition at line 357 of file html_table.cpp.
void HTMLTableColElement::setVAlign | ( | const DOMString & | value | ) |
see vAlign
Definition at line 371 of file html_table.cpp.
void HTMLTableColElement::setWidth | ( | const DOMString & | value | ) |
see width
Definition at line 382 of file html_table.cpp.
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.
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.
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-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.