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) | |
Additional Inherited Members | |
Public Types inherited from DOM::Node | |
| enum | NodeType { ELEMENT_NODE = 1 , ATTRIBUTE_NODE = 2 , TEXT_NODE = 3 , CDATA_SECTION_NODE = 4 , ENTITY_REFERENCE_NODE = 5 , ENTITY_NODE = 6 , PROCESSING_INSTRUCTION_NODE = 7 , COMMENT_NODE = 8 , DOCUMENT_NODE = 9 , DOCUMENT_TYPE_NODE = 10 , DOCUMENT_FRAGMENT_NODE = 11 , NOTATION_NODE = 12 } |
Static Public Member Functions inherited from DOM::Element | |
| static bool | tdehtmlValidAttrName (const DOMString &name) |
| static bool | tdehtmlValidPrefix (const DOMString &name) |
| static bool | tdehtmlValidQualifiedName (const DOMString &name) |
| static bool | tdehtmlMalformedQualifiedName (const DOMString &name) |
| static bool | tdehtmlMalformedPrefix (const DOMString &name) |
Protected Attributes inherited from DOM::Node | |
| NodeImpl * | impl |
Detailed Description
Constructor & Destructor Documentation
◆ HTMLParagraphElement() [1/4]
| HTMLParagraphElement::HTMLParagraphElement | ( | ) |
Definition at line 261 of file html_block.cpp.
◆ HTMLParagraphElement() [2/4]
| HTMLParagraphElement::HTMLParagraphElement | ( | const HTMLParagraphElement & | other | ) |
Definition at line 265 of file html_block.cpp.
◆ HTMLParagraphElement() [3/4]
|
inline |
Definition at line 263 of file html_block.h.
◆ HTMLParagraphElement() [4/4]
|
protected |
Definition at line 270 of file html_block.cpp.
◆ ~HTMLParagraphElement()
| HTMLParagraphElement::~HTMLParagraphElement | ( | ) |
Definition at line 287 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 291 of file html_block.cpp.
◆ operator=() [1/2]
| HTMLParagraphElement & HTMLParagraphElement::operator= | ( | const HTMLParagraphElement & | other | ) |
Definition at line 281 of file html_block.cpp.
◆ operator=() [2/2]
| HTMLParagraphElement & HTMLParagraphElement::operator= | ( | const Node & | other | ) |
Definition at line 275 of file html_block.cpp.
◆ setAlign()
| void HTMLParagraphElement::setAlign | ( | const DOMString & | value | ) |
see align
Definition at line 297 of file html_block.cpp.
The documentation for this class was generated from the following files:
Trinity API Reference
Public Member Functions inherited from