@DOMObjectAttribute @DOMNoInterfaceObjectAttribute public interface IDocumentCSS extends IDocumentStyle
This interface represents a document with a CSS view.
| Modifier and Type | Method and Description |
|---|---|
ICSSStyleDeclaration |
getOverrideStyle(Element elt,
java.lang.String pseudoElt)
This method is used to retrieve the override style declaration for a specified element and a specified pseudo-element.
|
getStyleSheets@DOMNameAttribute(name="getOverrideStyle") ICSSStyleDeclaration getOverrideStyle(Element elt, java.lang.String pseudoElt)
This method is used to retrieve the override style declaration for a specified element and a specified pseudo-element.
elt - The element whose style is to be modified. This parameter cannot be null.pseudoElt - The pseudo-element or null if none.