org.kde.koala

Class HTMLHRElement

public class HTMLHRElement extends HTMLElement

Create a horizontal rule. See the HR element definition in HTML 4.0.

UNKNOWN: Create a horizontal rule.

Constructor Summary
protected HTMLHRElement(Class dummy)
HTMLHRElement()
HTMLHRElement(HTMLHRElement other)
HTMLHRElement(Node other)
Method Summary
Stringalign()
Align the rule on the page.
booleannoShade()
Indicates to the user agent that there should be no shading in the rendering of this element.
voidsetAlign(String arg1)
see align
voidsetNoShade(boolean arg1)
see noShade
voidsetSize(String arg1)
see size
voidsetWidth(String arg1)
see width
Stringsize()
The height of the rule.
Stringwidth()
The width of the rule.

Constructor Detail

HTMLHRElement

protected HTMLHRElement(Class dummy)

HTMLHRElement

public HTMLHRElement()

HTMLHRElement

public HTMLHRElement(HTMLHRElement other)

HTMLHRElement

public HTMLHRElement(Node other)

Method Detail

align

public String align()
Align the rule on the page. See the align attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

UNKNOWN: Align the rule on the page.

noShade

public boolean noShade()
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.

UNKNOWN: Indicates to the user agent that there should be no shading in the rendering of this element.

setAlign

public void setAlign(String arg1)
see align

UNKNOWN: see align

setNoShade

public void setNoShade(boolean arg1)
see noShade

UNKNOWN: see noShade

setSize

public void setSize(String arg1)
see size

UNKNOWN: see size

setWidth

public void setWidth(String arg1)
see width

UNKNOWN: see width

size

public String size()
The height of the rule. See the size attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

UNKNOWN: The height of the rule.

width

public String width()
The width of the rule. See the width attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

UNKNOWN: The width of the rule.