org.kde.koala

Class HTMLUListElement

public class HTMLUListElement extends HTMLElement

Unordered list. See the UL element definition in HTML 4.0.

UNKNOWN: Unordered list.

Constructor Summary
protected HTMLUListElement(Class dummy)
HTMLUListElement()
HTMLUListElement(HTMLUListElement other)
HTMLUListElement(Node other)
Method Summary
booleancompact()
Reduce spacing between list items.
voidsetCompact(boolean arg1)
see compact
voidsetType(String arg1)
see type
Stringtype()
Bullet style.

Constructor Detail

HTMLUListElement

protected HTMLUListElement(Class dummy)

HTMLUListElement

public HTMLUListElement()

HTMLUListElement

public HTMLUListElement(HTMLUListElement other)

HTMLUListElement

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

setType

public void setType(String arg1)
see type

UNKNOWN: see type

type

public String type()
Bullet style. See the type attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

UNKNOWN: Bullet style.