Counter Class

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

NameDescription
getIdentifier This attribute is used for the identifier of the counter.
getListStyle This attribute is used for the style of the list.
getSeparator This attribute is used for the separator of the nested counters.

Methods

NameDescription
getPlatformType()This method is used to retrieve the ECMAScript object .

See Also