Class Counter

Class Counter

Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.4.0)

The Counter interface is used to represent any counter or counters function value. This interface reflects the values in the underlying style property.

[DOMName("Counter")]
[ComVisible(true)]
[DOMObject]
public class Counter : DOMObject, INotifyPropertyChanged

Inheritance

object DOMObject Counter

Implements

INotifyPropertyChanged

Inherited Members

DOMObject.GetPlatformType() , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

Identifier

This attribute is used for the identifier of the counter.

[DOMName("identifier")]
public string Identifier { get; }

Property Value

string

ListStyle

This attribute is used for the style of the list.

[DOMName("listStyle")]
public string ListStyle { get; }

Property Value

string

Separator

This attribute is used for the separator of the nested counters.

[DOMName("separator")]
public string Separator { get; }

Property Value

string

 English