KHTML
#include <html_block.h>
Protected Member Functions | |
HTMLHRElement (HTMLHRElementImpl *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
Create a horizontal rule.
See the HR element definition in HTML 4.0.
Definition at line 132 of file html_block.h.
Constructor & Destructor Documentation
HTMLHRElement::HTMLHRElement | ( | ) |
Definition at line 121 of file html_block.cpp.
HTMLHRElement::HTMLHRElement | ( | const HTMLHRElement & | other | ) |
Definition at line 126 of file html_block.cpp.
|
inline |
Definition at line 137 of file html_block.h.
|
protected |
Definition at line 131 of file html_block.cpp.
HTMLHRElement::~HTMLHRElement | ( | ) |
Definition at line 148 of file html_block.cpp.
Member Function Documentation
DOMString HTMLHRElement::align | ( | ) | const |
Align the rule on the page.
See the align attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 152 of file html_block.cpp.
bool HTMLHRElement::noShade | ( | ) | const |
Indicates to the user agent that there should be no shading in the rendering of this element.
See the noshade attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 163 of file html_block.cpp.
HTMLHRElement & HTMLHRElement::operator= | ( | const HTMLHRElement & | other | ) |
Definition at line 142 of file html_block.cpp.
HTMLHRElement & HTMLHRElement::operator= | ( | const Node & | other | ) |
Definition at line 136 of file html_block.cpp.
void HTMLHRElement::setAlign | ( | const DOMString & | value | ) |
see align
Definition at line 158 of file html_block.cpp.
void HTMLHRElement::setNoShade | ( | bool | _noShade | ) |
see noShade
Definition at line 169 of file html_block.cpp.
void HTMLHRElement::setSize | ( | const DOMString & | value | ) |
see size
Definition at line 186 of file html_block.cpp.
void HTMLHRElement::setWidth | ( | const DOMString & | value | ) |
see width
Definition at line 197 of file html_block.cpp.
DOMString HTMLHRElement::size | ( | ) | const |
The height of the rule.
See the size attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 180 of file html_block.cpp.
DOMString HTMLHRElement::width | ( | ) | const |
The width of the rule.
See the width attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 191 of file html_block.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.