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

Detailed Description
Create a horizontal rule.See the HR element definition in HTML 4.0.
Definition at line 133 of file html_block.h.
Public Member Functions | |
HTMLHRElement () | |
HTMLHRElement (const HTMLHRElement &other) | |
HTMLHRElement (const Node &other) | |
HTMLHRElement & | operator= (const HTMLHRElement &other) |
HTMLHRElement & | operator= (const Node &other) |
~HTMLHRElement () | |
DOMString | align () const |
void | setAlign (const DOMString &) |
bool | noShade () const |
void | setNoShade (bool) |
DOMString | size () const |
void | setSize (const DOMString &) |
DOMString | width () const |
void | setWidth (const DOMString &) |
Protected Member Functions | |
HTMLHRElement (HTMLHRElementImpl *impl) |
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 154 of file html_block.cpp.
void HTMLHRElement::setAlign | ( | const DOMString & | ) |
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 165 of file html_block.cpp.
void HTMLHRElement::setNoShade | ( | bool | ) |
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 182 of file html_block.cpp.
void HTMLHRElement::setSize | ( | const DOMString & | ) |
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 193 of file html_block.cpp.
void HTMLHRElement::setWidth | ( | const DOMString & | ) |
The documentation for this class was generated from the following files: