|
|
Create a horizontal rule. See the HR element definition 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 align attribute definition 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 noshade attribute definition 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 size attribute definition 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 width attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
| void setWidth ( const DOMString & )
| setWidth |
see width
| Generated by: root on macppc.ports.openbsd.org on Sat Sep 6 10:37:43 2003, using kdoc 2.0a54. |