Interface ICSSCounterStyleRule
Interface ICSSCounterStyleRule
Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.1.0)
تسمح قاعدة @counter-style للمؤلفين بتعريف نمط عداد مخصص.
[ComVisible(true)]
[DOMObject]
[DOMName("CSSCounterStyleRule")]
public interface ICSSCounterStyleRule : ICSSRule
Implements
Properties
CounterType
يحصل على نوع العداد.
string CounterType { get; }
Property Value
Fallback
يحصل على النسخة الاحتياطية.
string Fallback { get; }
Property Value
Glyphs
يحصل على الرموز.
string Glyphs { get; }
Property Value
Name
يحصل على الاسم.
string Name { get; }
Property Value
Prefix
يحصل على البادئة.
string Prefix { get; }
Property Value
Suffix
يحصل على اللاحقة.
string Suffix { get; }