Interface IViewCSS
Interface IViewCSS
Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.7.0)
This interface represents a CSS view.
[ComVisible(true)]
[DOMObject]
[DOMNoInterfaceObject]
public interface IViewCSS : IAbstractViewImplements
Methods
GetComputedStyle(Element)
This method is used to get the computed style as it is defined in CSS2.
[DOMName("getComputedStyle")]
ICSSStyleDeclaration GetComputedStyle(Element element)Parameters
element Element
The element whose style is to be computed. This parameter cannot be null.
Returns
The computed style
GetComputedStyle(Element, string)
This method is used to get the computed style as it is defined in CSS2.
[DOMName("getComputedStyle")]
ICSSStyleDeclaration GetComputedStyle(Element element, string pseudoElement)Parameters
element Element
The element whose style is to be computed. This parameter cannot be null.
pseudoElement string
The pseudo element.
Returns
The computed style