Interface ICSSCounterStyleRule
Interface ICSSCounterStyleRule
Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.1.0)
Quy tắc @counter-style cho phép các tác giả định nghĩa một kiểu đếm tùy chỉnh.
[ComVisible(true)]
[DOMObject]
[DOMName("CSSCounterStyleRule")]
public interface ICSSCounterStyleRule : ICSSRule
Implements
Properties
CounterType
Lấy kiểu của bộ đếm.
string CounterType { get; }
Property Value
Fallback
Lấy giá trị dự phòng.
string Fallback { get; }
Property Value
Glyphs
Lấy các ký tự hình.
string Glyphs { get; }
Property Value
Name
Lấy tên.
string Name { get; }
Property Value
Prefix
Lấy tiền tố.
string Prefix { get; }
Property Value
Suffix
Lấy hậu tố.
string Suffix { get; }