org.kde.koala

Class HTMLHeadingElement

public class HTMLHeadingElement extends HTMLElement

For the H1 to H6 elements. See the H1 element definition in HTML 4.0.

UNKNOWN: For the H1 to H6 elements.

Constructor Summary
protected HTMLHeadingElement(Class dummy)
HTMLHeadingElement()
HTMLHeadingElement(HTMLHeadingElement other)
HTMLHeadingElement(Node other)
Method Summary
Stringalign()
Horizontal text alignment.
voidsetAlign(String arg1)
see align

Constructor Detail

HTMLHeadingElement

protected HTMLHeadingElement(Class dummy)

HTMLHeadingElement

public HTMLHeadingElement()

HTMLHeadingElement

public HTMLHeadingElement(HTMLHeadingElement other)

HTMLHeadingElement

public HTMLHeadingElement(Node other)

Method Detail

align

public String align()
Horizontal text alignment. See the align attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

UNKNOWN: Horizontal text alignment.

setAlign

public void setAlign(String arg1)
see align

UNKNOWN: see align