|
|
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.
Counter ()
| Counter |
Counter (const Counter &other)
| Counter |
Counter & operator = (const Counter &other)
| operator = |
~Counter ()
| ~Counter |
DOM::DOMString identifier ()
| identifier |
[const]
This attribute is used for the identifier of the counter.
DOM::DOMString listStyle ()
| listStyle |
[const]
This attribute is used for the style of the list.
DOM::DOMString separator ()
| separator |
[const]
This attribute is used for the separator of nested counters.
CounterImpl * handle ()
| handle |
[const]
not part of the DOM
bool isNull ()
| isNull |
[const]
CounterImpl * impl | impl |
[protected]
Counter (CounterImpl *i)
| Counter |
[protected]
Generated by: dfaure on faure on Tue Apr 16 08:50:42 2002, using kdoc 2.0a53. |