Counter
Counter class
The Counter interface is used to represent any counter or counters function value. This interface reflects the values in the underlying style property.
public class Counter : DOMObject
Properties
Name |
Description |
Identifier { get; } |
This attribute is used for the identifier of the counter. |
ListStyle { get; } |
This attribute is used for the style of the list. |
Separator { get; } |
This attribute is used for the separator of the nested counters. |
Methods
Name |
Description |
virtual GetPlatformType() |
This method is used to retrieve the ECMAScript object . |
See Also