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
ירושה
מיישם
חברים מורשים
DOMObject.GetPlatformType(), object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Identifier
מאפיין זה משמש עבור מזהה המונה.
[DOMName("identifier")]
public string Identifier { get; }
ערך מאפיין
ListStyle
מאפיין זה משמש עבור הסגנון של הרשימה.
[DOMName("listStyle")]
public string ListStyle { get; }
ערך מאפיין
Separator
מאפיין זה משמש עבור המפריד של המונים הממוזגים.
[DOMName("separator")]
public string Separator { get; }