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

Detailed Description
Generic block container.See the DIV element definition in HTML 4.0.
Definition at line 91 of file html_block.h.
Public Member Functions | |
| HTMLDivElement () | |
| HTMLDivElement (const HTMLDivElement &other) | |
| HTMLDivElement (const Node &other) | |
| HTMLDivElement & | operator= (const HTMLDivElement &other) |
| HTMLDivElement & | operator= (const Node &other) |
| ~HTMLDivElement () | |
| DOMString | align () const |
| void | setAlign (const DOMString &) |
Protected Member Functions | |
| HTMLDivElement (HTMLDivElementImpl *impl) | |
Member Function Documentation
| DOMString HTMLDivElement::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 110 of file html_block.cpp.
| void HTMLDivElement::setAlign | ( | const DOMString & | ) |
The documentation for this class was generated from the following files:

