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

实现

ICSSRule

属性

CounterType

获取计数器的类型。

string CounterType { get; }

属性值

string

Fallback

获取后备值。

string Fallback { get; }

属性值

string

Glyphs

获取字形。

string Glyphs { get; }

属性值

string

Name

获取名称。

string Name { get; }

属性值

string

Prefix

获取前缀。

string Prefix { get; }

属性值

string

Suffix

获取后缀。

string Suffix { get; }

属性值

string

 中文