CSSStyleDeclaration Interface Reference

import "CSSStyleDeclaration.idl";

Collaboration diagram for CSSStyleDeclaration:

Collaboration graph
[legend]
List of all members.

Public Member Functions

attribute DOMString cssText
setter 
raises (DOMException)
DOMString getPropertyValue (in DOMString propertyName)
CSSValue getPropertyCSSValue (in DOMString propertyName)
DOMString removeProperty (in DOMString propertyName) raises (DOMException)
DOMString getPropertyPriority (in DOMString propertyName)
void setProperty (in DOMString propertyName, in DOMString value, in DOMString priority) raises (DOMException)
DOMString item (in unsigned long index)
DOMString getPropertyShorthand (in DOMString propertyName)
boolean isPropertyImplicit (in DOMString propertyName)

Public Attributes

readonly attribute unsigned
long 
length
readonly attribute CSSRule parentRule

Detailed Description

Definition at line 24 of file CSSStyleDeclaration.idl.


Member Function Documentation

attribute DOMString cssText setter raises ( DOMException   ) 

DOMString getPropertyValue ( in DOMString  propertyName  ) 

CSSValue getPropertyCSSValue ( in DOMString  propertyName  ) 

DOMString removeProperty ( in DOMString  propertyName  )  raises (DOMException)

DOMString getPropertyPriority ( in DOMString  propertyName  ) 

void setProperty ( in DOMString  propertyName,
in DOMString  value,
in DOMString  priority 
) raises (DOMException)

DOMString item ( in unsigned long  index  ) 

DOMString getPropertyShorthand ( in DOMString  propertyName  ) 

boolean isPropertyImplicit ( in DOMString  propertyName  ) 


Member Data Documentation

readonly attribute unsigned long length

Definition at line 39 of file CSSStyleDeclaration.idl.

readonly attribute CSSRule parentRule

Definition at line 41 of file CSSStyleDeclaration.idl.


The documentation for this interface was generated from the following file:
Generated on Fri Feb 9 15:11:53 2007 for Web Kit DOM by  doxygen 1.5.1