Uses of Interface
org.w3c.dom.css.CSSValue
Packages that use CSSValue
-
Uses of CSSValue in org.w3c.dom.css
Subinterfaces of CSSValue in org.w3c.dom.css修饰符和类Interface描述interfaceTheCSSPrimitiveValueinterface represents a single CSS value .interfaceTheCSSValueListinterface provides the abstraction of an ordered collection of CSS values.Methods in org.w3c.dom.css that return 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.CSSValueList.item(int index) Used to retrieve aCSSValueby ordinal index.