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
实现
属性
CounterType
获取计数器的类型。
string CounterType { get; }
属性值
Fallback
获取后备值。
string Fallback { get; }
属性值
Glyphs
获取字形。
string Glyphs { get; }
属性值
Name
获取名称。
string Name { get; }
属性值
Prefix
获取前缀。
string Prefix { get; }
属性值
Suffix
获取后缀。
string Suffix { get; }