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

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

