DOM::HTMLHeadingElement Class Reference
#include <html_block.h>
Inheritance diagram for DOM::HTMLHeadingElement:

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.
Public Member Functions | |
| HTMLHeadingElement () | |
| HTMLHeadingElement (const HTMLHeadingElement &other) | |
| HTMLHeadingElement (const Node &other) | |
| HTMLHeadingElement & | operator= (const HTMLHeadingElement &other) |
| HTMLHeadingElement & | operator= (const Node &other) |
| ~HTMLHeadingElement () | |
| DOMString | align () const |
| void | setAlign (const DOMString &) |
Protected Member Functions | |
| HTMLHeadingElement (HTMLElementImpl *impl) | |
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.
| void HTMLHeadingElement::setAlign | ( | const DOMString & | ) |
The documentation for this class was generated from the following files:

