| Package | Description | 
|---|---|
| org.w3c.dom.css | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | CSSPrimitiveValueThe  CSSPrimitiveValueinterface represents a single CSS value
 . | 
| interface  | CSSValueListThe  CSSValueListinterface provides the abstraction of an
 ordered collection of CSS values. | 
| Modifier and Type | Method and Description | 
|---|---|
| CSSValue | CSSStyleDeclaration. getPropertyCSSValue(String propertyName)Used to retrieve the object representation of the value of a CSS
 property if it has been explicitly set within this declaration block. | 
| CSSValue | CSSValueList. item(int index)Used to retrieve a  CSSValueby ordinal index. | 
 Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
 Copyright © 2005, 2025, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.