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

ICSSRule

Properties

CounterType

يحصل على نوع العداد.

string CounterType { get; }

Property Value

string

Fallback

يحصل على النسخة الاحتياطية.

string Fallback { get; }

Property Value

string

Glyphs

يحصل على الرموز.

string Glyphs { get; }

Property Value

string

Name

يحصل على الاسم.

string Name { get; }

Property Value

string

Prefix

يحصل على البادئة.

string Prefix { get; }

Property Value

string

Suffix

يحصل على اللاحقة.

string Suffix { get; }

Property Value

string

 عربي