Class Counter
Class Counter
Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.2.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
Implements
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
ListStyle
This attribute is used for the style of the list.
[DOMName("listStyle")]
public string ListStyle { get; }
Property Value
Separator
This attribute is used for the separator of the nested counters.
[DOMName("separator")]
public string Separator { get; }