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.
Inheritance Hierarchy

Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public class Counter : DOMObject

The Counter type exposes the following members.

Properties
  NameDescription
Public propertyIdentifier
This attribute is used for the identifier of the counter.
Public propertyListStyle
This attribute is used for the style of the list.
Public propertySeparator
This attribute is used for the separator of the nested counters.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also