KHTML
DOM::HTMLHeadingElement Class Reference
For theH1
to H6
elements.
More...
#include <html_block.h>
Inheritance diagram for DOM::HTMLHeadingElement:
Public Member Functions | |
DOMString | align () const |
HTMLHeadingElement (const Node &other) | |
HTMLHeadingElement (const HTMLHeadingElement &other) | |
HTMLHeadingElement () | |
HTMLHeadingElement & | operator= (const Node &other) |
HTMLHeadingElement & | operator= (const HTMLHeadingElement &other) |
void | setAlign (const DOMString &) |
~HTMLHeadingElement () | |
Protected Member Functions | |
HTMLHeadingElement (HTMLElementImpl *impl) |
Detailed Description
For theH1
to H6
elements.
See the H1 element definition in HTML 4.0.
Definition at line 217 of file html_block.h.
Constructor & Destructor Documentation
HTMLHeadingElement::HTMLHeadingElement | ( | ) |
Definition at line 206 of file html_block.cpp.
HTMLHeadingElement::HTMLHeadingElement | ( | const HTMLHeadingElement & | other | ) |
Definition at line 211 of file html_block.cpp.
DOM::HTMLHeadingElement::HTMLHeadingElement | ( | const Node & | other | ) | [inline] |
Definition at line 222 of file html_block.h.
HTMLHeadingElement::HTMLHeadingElement | ( | HTMLElementImpl * | impl | ) | [protected] |
Definition at line 216 of file html_block.cpp.
HTMLHeadingElement::~HTMLHeadingElement | ( | ) |
Definition at line 244 of file html_block.cpp.
Member Function Documentation
DOMString HTMLHeadingElement::align | ( | ) | const |
Horizontal text alignment.
See the align attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 248 of file html_block.cpp.
HTMLHeadingElement & HTMLHeadingElement::operator= | ( | const Node & | other | ) |
HTMLHeadingElement & HTMLHeadingElement::operator= | ( | const HTMLHeadingElement & | other | ) |
Definition at line 238 of file html_block.cpp.
void HTMLHeadingElement::setAlign | ( | const DOMString & | value | ) |
The documentation for this class was generated from the following files: