org.kde.koala

Class HTMLDListElement

public class HTMLDListElement extends HTMLElement

Definition list. See the DL element definition in HTML 4.0.

UNKNOWN: Definition list.

Constructor Summary
protected HTMLDListElement(Class dummy)
HTMLDListElement()
HTMLDListElement(HTMLDListElement other)
HTMLDListElement(Node other)
Method Summary
booleancompact()
Reduce spacing between list items.
voidsetCompact(boolean arg1)
see compact

Constructor Detail

HTMLDListElement

protected HTMLDListElement(Class dummy)

HTMLDListElement

public HTMLDListElement()

HTMLDListElement

public HTMLDListElement(HTMLDListElement other)

HTMLDListElement

public HTMLDListElement(Node other)

Method Detail

compact

public boolean compact()
Reduce spacing between list items. See the compact attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

UNKNOWN: Reduce spacing between list items.

setCompact

public void setCompact(boolean arg1)
see compact

UNKNOWN: see compact