org.kde.koala

Class HTMLParagraphElement

public class HTMLParagraphElement extends HTMLElement

Paragraphs. See the P element definition in HTML 4.0.

UNKNOWN: Paragraphs.

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

Constructor Detail

HTMLParagraphElement

protected HTMLParagraphElement(Class dummy)

HTMLParagraphElement

public HTMLParagraphElement()

HTMLParagraphElement

public HTMLParagraphElement(HTMLParagraphElement other)

HTMLParagraphElement

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