org.kde.koala

Class HTMLOListElement

public class HTMLOListElement extends HTMLElement

Ordered list. See the OL element definition in HTML 4.0.

UNKNOWN: Ordered list.

Constructor Summary
protected HTMLOListElement(Class dummy)
HTMLOListElement()
HTMLOListElement(HTMLOListElement other)
HTMLOListElement(Node other)
Method Summary
booleancompact()
Reduce spacing between list items.
voidsetCompact(boolean arg1)
see compact
voidsetStart(long arg1)
see start
voidsetType(String arg1)
see type
longstart()
Starting sequence number.
Stringtype()
Numbering style.

Constructor Detail

HTMLOListElement

protected HTMLOListElement(Class dummy)

HTMLOListElement

public HTMLOListElement()

HTMLOListElement

public HTMLOListElement(HTMLOListElement other)

HTMLOListElement

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

setStart

public void setStart(long arg1)
see start

UNKNOWN: see start

setType

public void setType(String arg1)
see type

UNKNOWN: see type

start

public long start()
Starting sequence number. See the start attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

UNKNOWN: Starting sequence number.

type

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

UNKNOWN: Numbering style.