Uses of Interface
org.w3c.dom.css.CSSValue
-
Packages that use CSSValue 软件包 描述 org.w3c.dom.css 提供DOM Level 2 Style Specification的界面。 -
-
Uses of CSSValue in org.w3c.dom.css
Subinterfaces of CSSValue in org.w3c.dom.css Modifier and Type 接口 描述 interfaceCSSPrimitiveValueCSSPrimitiveValue接口表示单个CSS值。interfaceCSSValueListCSSValueList接口提供了CSS值的有序集合的抽象。Methods in org.w3c.dom.css that return CSSValue Modifier and Type 方法 描述 CSSValueCSSStyleDeclaration. getPropertyCSSValue(String propertyName)用于检索CSS属性值的对象表示,如果在该声明块中已经显式设置。CSSValueCSSValueList. item(int index)用于通过序数索引检索CSSValue。
-