org.kde.koala

Class Counter

public class Counter extends Object implements QtSupport

The Counter interface is used to represent any counter or counters function value. This interface reflects the values in the underlying style property. Hence, modifications made through this interface modify the style property.

UNKNOWN: The Counter interface is used to represent any Constructor Summary protected Counter(Class dummy)

Counter()
Counter(Counter other)
Method Summary
Stringidentifier()
This attribute is used for the identifier of the counter.
booleanisNull()
not part of the DOM
StringlistStyle()
This attribute is used for the style of the list.
Stringseparator()
This attribute is used for the separator of nested counters.

Constructor Detail

Counter

protected Counter(Class dummy)

Counter

public Counter()

Counter

public Counter(Counter other)

Method Detail

identifier

public String identifier()
This attribute is used for the identifier of the counter.

UNKNOWN: This attribute is used for the identifier of the counter.

isNull

public boolean isNull()
not part of the DOM

UNKNOWN:

listStyle

public String listStyle()
This attribute is used for the style of the list.

UNKNOWN: This attribute is used for the style of the list.

separator

public String separator()
This attribute is used for the separator of nested counters.

UNKNOWN: This attribute is used for the separator of nested counters.