org.kde.koala
public class HTMLHRElement extends HTMLElement
UNKNOWN: Create a horizontal rule.
| Constructor Summary | |
|---|---|
| protected | HTMLHRElement(Class dummy) |
| HTMLHRElement() | |
| HTMLHRElement(HTMLHRElement other) | |
| HTMLHRElement(Node other) | |
| Method Summary | |
|---|---|
| String | align()
Align the rule on the page. |
| boolean | noShade()
Indicates to the user agent that there should be no shading in
the rendering of this element. |
| void | setAlign(String arg1)
see align |
| void | setNoShade(boolean arg1)
see noShade |
| void | setSize(String arg1)
see size |
| void | setWidth(String arg1)
see width |
| String | size()
The height of the rule. |
| String | width()
The width of the rule. |
UNKNOWN: Align the rule on the page.
UNKNOWN: Indicates to the user agent that there should be no shading in the rendering of this element.
UNKNOWN: see align
UNKNOWN: see noShade
UNKNOWN: see size
UNKNOWN: see width
UNKNOWN: The height of the rule.
UNKNOWN: The width of the rule.