Interface IViewCSS
Interface IViewCSS
名称: Aspose.Html.Dom.Css セットアップ: Aspose.HTML.dll (25.5.0)
このインターフェイスはCSSビジョンを表しています。
[ComVisible(true)]
[DOMObject]
[DOMNoInterfaceObject]
public interface IViewCSS : IAbstractViewImplements
Methods
GetComputedStyle(Element)
この方法は、CSS2で定義されているコンピュータスタイルを取得するために使用されます。
[DOMName("getComputedStyle")]
ICSSStyleDeclaration GetComputedStyle(Element element)Parameters
element Element
スタイルが計算される要素 このパラメーターはゼロではありません。
Returns
コンピュータスタイル
GetComputedStyle(エレメント、ストリップ)
この方法は、CSS2で定義されているコンピュータスタイルを取得するために使用されます。
[DOMName("getComputedStyle")]
ICSSStyleDeclaration GetComputedStyle(Element element, string pseudoElement)Parameters
element Element
スタイルが計算される要素 このパラメーターはゼロではありません。
pseudoElement string
pseudo 要素
Returns
コンピュータスタイル