DOM::HTMLDivElement Class Reference
Generic block container. More...
#include <html_block.h>
Inheritance diagram for DOM::HTMLDivElement:


Public Member Functions | |
HTMLDivElement (const HTMLDivElement &other) | |
HTMLDivElement (const Node &other) | |
HTMLDivElement & | operator= (const HTMLDivElement &other) |
HTMLDivElement & | operator= (const Node &other) |
DOMString | align () const |
Horizontal text alignment. | |
void | setAlign (const DOMString &) |
see align | |
Protected Member Functions | |
HTMLDivElement (HTMLDivElementImpl *impl) |
Detailed Description
Generic block container.See the DIV element definition in HTML 4.0.
Definition at line 89 of file html_block.h.
Member Function Documentation
|
Horizontal text alignment. See the align attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. Definition at line 105 of file html_block.cpp. |
|
see align
Definition at line 111 of file html_block.cpp. |
The documentation for this class was generated from the following files: