org.kde.koala

Class HTMLTableCaptionElement

public class HTMLTableCaptionElement extends HTMLElement

Table caption See the CAPTION element definition in HTML 4.0.

UNKNOWN: Table caption See the Constructor Summary protected HTMLTableCaptionElement(Class dummy)

HTMLTableCaptionElement()
HTMLTableCaptionElement(HTMLTableCaptionElement other)
HTMLTableCaptionElement(Node other)
Method Summary
Stringalign()
Caption alignment with respect to the table.
voidsetAlign(String arg1)
see align

Constructor Detail

HTMLTableCaptionElement

protected HTMLTableCaptionElement(Class dummy)

HTMLTableCaptionElement

public HTMLTableCaptionElement()

HTMLTableCaptionElement

public HTMLTableCaptionElement(HTMLTableCaptionElement other)

HTMLTableCaptionElement

public HTMLTableCaptionElement(Node other)

Method Detail

align

public String align()
Caption alignment with respect to the table. See the align attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

UNKNOWN: Caption alignment with respect to the table.

setAlign

public void setAlign(String arg1)
see align

UNKNOWN: see align