| Package | Description |
|---|---|
| org.w3c.dom.css |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CSSPrimitiveValue
The
CSSPrimitiveValue interface represents a single CSS value .
|
interface |
CSSValueList
The
CSSValueList interface provides the abstraction of an ordered collection of CSS values.
|
| Modifier and Type | Method and Description |
|---|---|
CSSValue |
CSSStyleDeclaration.getPropertyCSSValue(String
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
CSSValue by ordinal index.
|