IViewCSS.GetComputedStyle
GetComputedStyle(Element)
이 메서드는 CSS2. 에 정의된 대로 계산된 스타일을 가져오는 데 사용됩니다.
public ICSSStyleDeclaration GetComputedStyle(Element element)
모수 | 유형 | 설명 |
---|---|---|
element | Element | 스타일을 계산할 요소입니다. 이 매개변수는 null일 수 없습니다. |
반환 값
계산된 스타일
또한보십시오
- interface ICSSStyleDeclaration
- class Element
- interface IViewCSS
- 네임스페이스 Aspose.Html.Dom.Css
- 집회 Aspose.HTML
GetComputedStyle(Element, string)
이 메서드는 CSS2. 에 정의된 대로 계산된 스타일을 가져오는 데 사용됩니다.
public ICSSStyleDeclaration GetComputedStyle(Element element, string pseudoElement)
모수 | 유형 | 설명 |
---|---|---|
element | Element | 스타일을 계산할 요소입니다. 이 매개변수는 null일 수 없습니다. |
pseudoElement | String | 의사 요소입니다. |
반환 값
계산된 스타일
또한보십시오
- interface ICSSStyleDeclaration
- class Element
- interface IViewCSS
- 네임스페이스 Aspose.Html.Dom.Css
- 집회 Aspose.HTML