nsIDOMCSSStyleDeclaration Interface Reference
The nsIDOMCSSStyleDeclaration interface is a datatype for a CSS style declaration in the Document Object Model.
More...
import "nsIDOMCSSStyleDeclaration.idl";
List of all members.
Detailed Description
The nsIDOMCSSStyleDeclaration interface is a datatype for a CSS style declaration in the Document Object Model.
For more information on this interface please see http://www.w3.org/TR/DOM-Level-2-Style
- Status:
- FROZEN
Member Function Documentation
| nsIDOMCSSValue nsIDOMCSSStyleDeclaration::getPropertyCSSValue |
( |
in DOMString |
propertyName |
) |
|
| DOMString nsIDOMCSSStyleDeclaration::getPropertyPriority |
( |
in DOMString |
propertyName |
) |
|
| DOMString nsIDOMCSSStyleDeclaration::getPropertyValue |
( |
in DOMString |
propertyName |
) |
|
| DOMString nsIDOMCSSStyleDeclaration::item |
( |
in unsigned long |
index |
) |
|
| DOMString nsIDOMCSSStyleDeclaration::removeProperty |
( |
in DOMString |
propertyName |
) |
raises (DOMException) |
| void nsIDOMCSSStyleDeclaration::setProperty |
( |
in DOMString |
propertyName, |
|
|
in DOMString |
value, |
|
|
in DOMString |
priority | |
|
) |
| | raises (DOMException) |
Member Data Documentation
The documentation for this interface was generated from the following file: