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
Properties
CounterType
Gets the type of the counter.
string CounterType { get; }
Property Value
Fallback
Gets the fallback.
string Fallback { get; }
Property Value
Glyphs
Gets the glyphs.
string Glyphs { get; }
Property Value
Name
Gets the name.
string Name { get; }
Property Value
Prefix
Gets the prefix.
string Prefix { get; }
Property Value
Suffix
Gets the suffix.
string Suffix { get; }