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

 日本語