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()

プロパティ

Identifier

この属性はカウンターの識別子として使用されます。

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

プロパティ値

string

ListStyle

この属性はリストのスタイルとして使用されます。

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

プロパティ値

string

Separator

この属性はネストされたカウンターの区切り文字として使用されます。

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

プロパティ値

string

 日本語