Uses of Interface
org.w3c.dom.css.CSSStyleDeclaration
Package | Description |
---|---|
org.w3c.dom.css |
Provides interfaces for DOM Level 2 Style Specification.
|
-
Uses of CSSStyleDeclaration in org.w3c.dom.css
Methods in org.w3c.dom.css that return CSSStyleDeclaration Modifier and Type Method Description CSSStyleDeclaration
ViewCSS. getComputedStyle(Element elt, String pseudoElt)
This method is used to get the computed style as it is defined in [CSS2].CSSStyleDeclaration
DocumentCSS. getOverrideStyle(Element elt, String pseudoElt)
This method is used to retrieve the override style declaration for a specified element and a specified pseudo-element.CSSStyleDeclaration
CSSFontFaceRule. getStyle()
The declaration-block of this rule.CSSStyleDeclaration
CSSPageRule. getStyle()
The declaration-block of this rule.CSSStyleDeclaration
CSSStyleRule. getStyle()
The declaration-block of this rule set.CSSStyleDeclaration
ElementCSSInlineStyle. getStyle()
The style attribute.