Interface IViewCSS

Interface IViewCSS

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

이 인터페이스는 CSS 뷰를 나타냅니다.

[DOMNoInterfaceObject]
[DOMObject]
[ComVisible(true)]
public interface IViewCSS : IAbstractView

구현

IAbstractView

메서드

GetComputedStyle(Element)

이 메서드는 CSS2에 정의된 대로 계산된 스타일을 가져오는 데 사용됩니다.

[DOMName("getComputedStyle")]
ICSSStyleDeclaration GetComputedStyle(Element element)

매개변수

element Element

스타일을 계산할 요소입니다. 이 매개변수는 null일 수 없습니다.

반환값

ICSSStyleDeclaration

계산된 스타일

GetComputedStyle(Element, string)

이 메서드는 CSS2에 정의된 대로 계산된 스타일을 가져오는 데 사용됩니다.

[DOMName("getComputedStyle")]
ICSSStyleDeclaration GetComputedStyle(Element element, string pseudoElement)

매개변수

element Element

스타일을 계산할 요소입니다. 이 매개변수는 null일 수 없습니다.

pseudoElement string

의사 요소입니다.

반환값

ICSSStyleDeclaration

계산된 스타일

참조

IAbstractView

 한국어