Interface ICSSStyleRule

Interface ICSSStyleRule

Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.1.0)

Giao diện CSSStyleRule đại diện cho một tập hợp quy tắc trong một bảng kiểu CSS.

[DOMName("CSSStyleRule")]
[DOMObject]
[ComVisible(true)]
public interface ICSSStyleRule : ICSSRule

Triển khai

ICSSRule

Thuộc tính

SelectorText

Biểu diễn văn bản của bộ chọn cho tập hợp quy tắc. Việc triển khai có thể đã loại bỏ các khoảng trắng không quan trọng trong quá trình phân tích bộ chọn.

[DOMName("selectorText")]
string SelectorText { get; }

Giá trị thuộc tính

string

Style

Khối khai báo của tập hợp quy tắc này.

[DOMName("style")]
ICSSStyleDeclaration Style { get; }

Giá trị thuộc tính

ICSSStyleDeclaration

 Tiếng Việt