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

Protected Member Functions | |
HTMLParagraphElement (HTMLElementImpl *impl) | |
Protected Member Functions inherited from DOM::HTMLElement | |
HTMLElement (HTMLElementImpl *impl) | |
void | assignOther (const Node &other, int elementId) |
Protected Member Functions inherited from DOM::Element | |
Element (ElementImpl *_impl) |
Detailed Description
Constructor & Destructor Documentation
◆ HTMLParagraphElement() [1/4]
HTMLParagraphElement::HTMLParagraphElement | ( | ) |
Definition at line 259 of file html_block.cpp.
◆ HTMLParagraphElement() [2/4]
HTMLParagraphElement::HTMLParagraphElement | ( | const HTMLParagraphElement & | other | ) |
Definition at line 263 of file html_block.cpp.
◆ HTMLParagraphElement() [3/4]
|
inline |
Definition at line 262 of file html_block.h.
◆ HTMLParagraphElement() [4/4]
|
protected |
Definition at line 268 of file html_block.cpp.
◆ ~HTMLParagraphElement()
HTMLParagraphElement::~HTMLParagraphElement | ( | ) |
Definition at line 285 of file html_block.cpp.
Member Function Documentation
◆ align()
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 289 of file html_block.cpp.
◆ operator=() [1/2]
HTMLParagraphElement & HTMLParagraphElement::operator= | ( | const HTMLParagraphElement & | other | ) |
Definition at line 279 of file html_block.cpp.
◆ operator=() [2/2]
HTMLParagraphElement & HTMLParagraphElement::operator= | ( | const Node & | other | ) |
Definition at line 273 of file html_block.cpp.
◆ setAlign()
void HTMLParagraphElement::setAlign | ( | const DOMString & | value | ) |
see align
Definition at line 295 of file html_block.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.