ICSSCounterStyleRule Interface
ICSSCounterStyleRule interface
The @counter-style rule allows authors to define a custom counter style.
public interface ICSSCounterStyleRule : ICSSRule
Properties
| Name | Description |
|---|---|
| CounterType { get; } | Gets the type of the counter. |
| Fallback { get; } | Gets the fallback. |
| Glyphs { get; } | Gets the glyphs. |
| Name { get; } | Gets the name. |
| Prefix { get; } | Gets the prefix. |
| Suffix { get; } | Gets the suffix. |
See Also
- interface ICSSRule
- namespace Aspose.Html.Dom.Css
- assembly Aspose.HTML