|
|
Create a horizontal rule. See the <a href="http://www.w3.org/TR/REC-html40/present/graphics.html#edef-HR"> HR element definition </a> in HTML 4.0.
HTMLHRElement ()
| HTMLHRElement |
HTMLHRElement (const HTMLHRElement &other)
| HTMLHRElement |
HTMLHRElement (const Node &other)
| HTMLHRElement |
HTMLHRElement (HTMLHRElementImpl *impl)
| HTMLHRElement |
[protected]
HTMLHRElement & operator = (const HTMLHRElement &other)
| operator = |
Reimplemented from HTMLElement.
HTMLHRElement & operator = (const Node &other)
| operator = |
Reimplemented from HTMLElement.
~HTMLHRElement ()
| ~HTMLHRElement |
DOMString align ()
| align |
[const]
Align the rule on the page. See the <a href="http://www.w3.org/TR/REC-html40/present/graphics.html#adef-align-HR"> align attribute definition </a> in HTML 4.0. This attribute is deprecated in HTML 4.0.
void setAlign ( const DOMString & )
| setAlign |
see align
bool noShade ()
| noShade |
[const]
Indicates to the user agent that there should be no shading in the rendering of this element. See the <a href="http://www.w3.org/TR/REC-html40/present/graphics.html#adef-noshade"> noshade attribute definition </a> in HTML 4.0. This attribute is deprecated in HTML 4.0.
void setNoShade ( bool )
| setNoShade |
see noShade
DOMString size ()
| size |
[const]
The height of the rule. See the <a href="http://www.w3.org/TR/REC-html40/present/graphics.html#adef-size-HR"> size attribute definition </a> in HTML 4.0. This attribute is deprecated in HTML 4.0.
void setSize ( const DOMString & )
| setSize |
see size
DOMString width ()
| width |
[const]
The width of the rule. See the <a href="http://www.w3.org/TR/REC-html40/present/graphics.html#adef-width-HR"> width attribute definition </a> in HTML 4.0. This attribute is deprecated in HTML 4.0.
void setWidth ( const DOMString & )
| setWidth |
see width
Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |