Interface ICSSCounterStyleRule

Interface ICSSCounterStyleRule

Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.2.0)

The @counter-style rule allows authors to define a custom counter style.

[ComVisible(true)]
[DOMName("CSSCounterStyleRule")]
[DOMObject]
public interface ICSSCounterStyleRule : ICSSRule

Implements

ICSSRule

Properties

CounterType

Gets the type of the counter.

string CounterType { get; }

Property Value

string

Fallback

Gets the fallback.

string Fallback { get; }

Property Value

string

Glyphs

Gets the glyphs.

string Glyphs { get; }

Property Value

string

Name

Gets the name.

string Name { get; }

Property Value

string

Prefix

Gets the prefix.

string Prefix { get; }

Property Value

string

Suffix

Gets the suffix.

string Suffix { get; }

Property Value

string