DOM::Counter Class Reference
The Counter
interface is used to represent any counter or counters function value.
More...
#include <css_value.h>
Public Methods | |
DOM::DOMString | identifier () const |
This attribute is used for the identifier of the counter. | |
DOM::DOMString | listStyle () const |
This attribute is used for the style of the list. | |
DOM::DOMString | separator () const |
This attribute is used for the separator of nested counters. |
Detailed Description
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.
Definition at line 687 of file css_value.h.
Member Function Documentation
|
This attribute is used for the identifier of the counter.
Definition at line 428 of file css_value.cpp. |
|
This attribute is used for the style of the list.
Definition at line 434 of file css_value.cpp. |
|
This attribute is used for the separator of nested counters.
Definition at line 440 of file css_value.cpp. |
The documentation for this class was generated from the following files: