Class Counter

Class Counter

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

Counter 接口用于表示任何计数器或计数器函数值。此接口反映了基础样式属性中的值。

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

继承

objectDOMObjectCounter

实现

INotifyPropertyChanged

继承成员

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

属性

标识符

此属性用于计数器的标识符。

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

属性值

string

列表样式

此属性用于列表的样式。

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

属性值

string

分隔符

此属性用于嵌套计数器的分隔符。

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

属性值

string

 中文