Class Counter

Class Counter

Il nome: Aspose.Html.Dom.Css Assemblaggio: Aspose.HTML.dll (25.4.0)

L’interfaccia di contatore viene utilizzata per rappresentare qualsiasi valore di contatore o di funzione di contatore.Questa interfaccia riflette i valori nella proprietà di stile sottostante.

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

Inheritance

object DOMObject Counter

Implements

INotifyPropertyChanged

I membri ereditari

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

Properties

Identifier

Questo atributo viene utilizzato per l’identificazione del contatore.

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

Valore di proprietà

string

ListStyle

Questo attributo viene utilizzato per lo stile della lista.

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

Valore di proprietà

string

Separator

Questa attribuzione viene utilizzata per il separatore dei contatori nestati.

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

Valore di proprietà

string

 Italiano