@DOMObjectAttribute @DOMNoInterfaceObjectAttribute public interface IViewCSS extends IAbstractView
This interface represents a CSS view.
IAbstractView| Modifier and Type | Method and Description |
|---|---|
ICSSStyleDeclaration |
getComputedStyle(Element element)
This method is used to get the computed style as it is defined in CSS2.
|
ICSSStyleDeclaration |
getComputedStyle(Element element,
java.lang.String pseudoElement)
This method is used to get the computed style as it is defined in CSS2.
|
getDocumentViewICSSStyleDeclaration getComputedStyle(Element element)
This method is used to get the computed style as it is defined in CSS2.
element - The element whose style is to be computed. This parameter cannot be null.@DOMNameAttribute(name="getComputedStyle") ICSSStyleDeclaration getComputedStyle(Element element, java.lang.String pseudoElement)
This method is used to get the computed style as it is defined in CSS2.
element - The element whose style is to be computed. This parameter cannot be null.pseudoElement - The pseudo element.