Interface ICSSStyleRule
Interface ICSSStyleRule
이름 공간 : Aspose.Html.Dom.Css 구성: Aspose.HTML.dll (25.4.0)
CSSStyleRule 인터페이스는 CSS 스타일 잎에 설정된 단일 규칙을 나타냅니다.
[ComVisible(true)]
[DOMObject]
[DOMName("CSSStyleRule")]
public interface ICSSStyleRule : ICSSRule
Implements
Properties
SelectorText
실행은 실행기를 파스팅하는 동안 무의미한 화이트 스페이스를 삭제했을 수 있습니다.
[DOMName("selectorText")]
string SelectorText { get; }
부동산 가치
Style
이 규칙의 선언 블록은 설정되어 있습니다.
[DOMName("style")]
ICSSStyleDeclaration Style { get; }