HTMLHRElement Class Reference
from PyKDE4.khtml import *
Inherits: DOM.HTMLElement
Namespace: DOM
Detailed Description
Create a horizontal rule. See the <a
href="http://www.w3.org/TR/REC-html40/present/graphics.html#edef-HR">
HR element definition in HTML 4.0.
Method Documentation
__init__ |
( |
self, |
|
|
|
HTMLHRElementImpl |
impl |
|
) |
|
|
|
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 in HTML 4.0. This attribute is
deprecated in HTML 4.0.
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 in HTML 4.0. This attribute
is deprecated in HTML 4.0.
setNoShade |
( |
self, |
|
|
|
bool |
a0 |
|
) |
|
|
|
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 in HTML 4.0. This attribute is
deprecated in HTML 4.0.
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 in HTML 4.0. This attribute is
deprecated in HTML 4.0.