org.kde.koala

Class HTMLDivElement

public class HTMLDivElement extends HTMLElement

Generic block container. See the DIV element definition in HTML 4.0.

UNKNOWN: Generic block container.

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

Constructor Detail

HTMLDivElement

protected HTMLDivElement(Class dummy)

HTMLDivElement

public HTMLDivElement()

HTMLDivElement

public HTMLDivElement(HTMLDivElement other)

HTMLDivElement

public HTMLDivElement(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