Interface ICSSStyleRule

Interface ICSSStyleRule

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

CSSStyleRule 인터페이스는 CSS 스타일 시트에서 단일 규칙 집합을 나타냅니다.

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

Implements

ICSSRule

Properties

SelectorText

규칙 집합에 대한 선택자의 텍스트 표현입니다. 구현은 선택자를 파싱하는 동안 중요하지 않은 공백을 제거했을 수 있습니다.

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

Property Value

string

Style

이 규칙 집합의 선언 블록입니다.

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

Property Value

ICSSStyleDeclaration

 한국어