Class Counter
Class Counter
Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.1.0)
L’interfaccia Counter è utilizzata per rappresentare il valore di qualsiasi funzione contatore o contatori. Questa interfaccia riflette i valori nella proprietà di stile sottostante.
[ComVisible(true)]
[DOMName("Counter")]
[DOMObject]
public class Counter : DOMObject, INotifyPropertyChanged
Ereditarietà
Implementa
Membri Ereditati
DOMObject.GetPlatformType(), object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Proprietà
Identificatore
Questo attributo è utilizzato per l’identificatore del contatore.
[DOMName("identifier")]
public string Identifier { get; }
Valore della Proprietà
StileElenco
Questo attributo è utilizzato per lo stile dell’elenco.
[DOMName("listStyle")]
public string ListStyle { get; }
Valore della Proprietà
Separatore
Questo attributo è utilizzato per il separatore dei contatori annidati.
[DOMName("separator")]
public string Separator { get; }