KHTML
DOM::HTMLParagraphElement Class Reference
Paragraphs. More...
#include <html_block.h>
Inheritance diagram for DOM::HTMLParagraphElement:
Public Member Functions | |
DOMString | align () const |
HTMLParagraphElement (const Node &other) | |
HTMLParagraphElement (const HTMLParagraphElement &other) | |
HTMLParagraphElement () | |
HTMLParagraphElement & | operator= (const Node &other) |
HTMLParagraphElement & | operator= (const HTMLParagraphElement &other) |
void | setAlign (const DOMString &) |
~HTMLParagraphElement () | |
Protected Member Functions | |
HTMLParagraphElement (HTMLElementImpl *impl) |
Detailed Description
Paragraphs.See the P element definition in HTML 4.0.
Definition at line 258 of file html_block.h.
Constructor & Destructor Documentation
HTMLParagraphElement::HTMLParagraphElement | ( | ) |
Definition at line 261 of file html_block.cpp.
HTMLParagraphElement::HTMLParagraphElement | ( | const HTMLParagraphElement & | other | ) |
Definition at line 265 of file html_block.cpp.
DOM::HTMLParagraphElement::HTMLParagraphElement | ( | const Node & | other | ) | [inline] |
Definition at line 263 of file html_block.h.
HTMLParagraphElement::HTMLParagraphElement | ( | HTMLElementImpl * | impl | ) | [protected] |
Definition at line 270 of file html_block.cpp.
HTMLParagraphElement::~HTMLParagraphElement | ( | ) |
Definition at line 287 of file html_block.cpp.
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.
HTMLParagraphElement & HTMLParagraphElement::operator= | ( | const Node & | other | ) |
HTMLParagraphElement & HTMLParagraphElement::operator= | ( | const HTMLParagraphElement & | other | ) |
Definition at line 281 of file html_block.cpp.
void HTMLParagraphElement::setAlign | ( | const DOMString & | value | ) |
The documentation for this class was generated from the following files: