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

ICSSRule

Properties

CounterType

Lấy kiểu của bộ đếm.

string CounterType { get; }

Property Value

string

Fallback

Lấy giá trị dự phòng.

string Fallback { get; }

Property Value

string

Glyphs

Lấy các ký tự hình.

string Glyphs { get; }

Property Value

string

Name

Lấy tên.

string Name { get; }

Property Value

string

Prefix

Lấy tiền tố.

string Prefix { get; }

Property Value

string

Suffix

Lấy hậu tố.

string Suffix { get; }

Property Value

string

 Tiếng Việt