KHTML
DOM::HTMLTableCaptionElement Class Reference
Table caption See the CAPTION element definition in HTML 4.0. More...
#include <html_table.h>
Inheritance diagram for DOM::HTMLTableCaptionElement:
Public Member Functions | |
DOMString | align () const |
HTMLTableCaptionElement (const Node &other) | |
HTMLTableCaptionElement (const HTMLTableCaptionElement &other) | |
HTMLTableCaptionElement () | |
HTMLTableCaptionElement & | operator= (const Node &other) |
HTMLTableCaptionElement & | operator= (const HTMLTableCaptionElement &other) |
void | setAlign (const DOMString &) |
~HTMLTableCaptionElement () | |
Protected Member Functions | |
HTMLTableCaptionElement (HTMLTableCaptionElementImpl *impl) |
Detailed Description
Table caption See the CAPTION element definition in HTML 4.0.Definition at line 47 of file html_table.h.
Constructor & Destructor Documentation
HTMLTableCaptionElement::HTMLTableCaptionElement | ( | ) |
Definition at line 34 of file html_table.cpp.
HTMLTableCaptionElement::HTMLTableCaptionElement | ( | const HTMLTableCaptionElement & | other | ) |
Definition at line 38 of file html_table.cpp.
DOM::HTMLTableCaptionElement::HTMLTableCaptionElement | ( | const Node & | other | ) | [inline] |
Definition at line 54 of file html_table.h.
HTMLTableCaptionElement::HTMLTableCaptionElement | ( | HTMLTableCaptionElementImpl * | impl | ) | [protected] |
Definition at line 42 of file html_table.cpp.
HTMLTableCaptionElement::~HTMLTableCaptionElement | ( | ) |
Definition at line 58 of file html_table.cpp.
Member Function Documentation
DOMString HTMLTableCaptionElement::align | ( | ) | const |
Caption alignment with respect to the table.
See the align attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 62 of file html_table.cpp.
HTMLTableCaptionElement & HTMLTableCaptionElement::operator= | ( | const Node & | other | ) |
HTMLTableCaptionElement & HTMLTableCaptionElement::operator= | ( | const HTMLTableCaptionElement & | other | ) |
Definition at line 52 of file html_table.cpp.
void HTMLTableCaptionElement::setAlign | ( | const DOMString & | value | ) |
The documentation for this class was generated from the following files: