Interface IViewCSS
Interface IViewCSS
名称: Aspose.Html.Dom.Css セットアップ: Aspose.HTML.dll (25.4.0)
このインターフェイスはCSSビジョンを表しています。
[DOMNoInterfaceObject]
[ComVisible(true)]
[DOMObject]
public interface IViewCSS : IAbstractView
Implements
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
コンピュータスタイル