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 接口 描述 interface
CSSPrimitiveValue
CSSPrimitiveValue
接口表示单个CSS值。interface
CSSValueList
CSSValueList
接口提供了CSS值的有序集合的抽象。Methods in org.w3c.dom.css that return CSSValue Modifier and Type 方法 描述 CSSValue
CSSStyleDeclaration. getPropertyCSSValue(String propertyName)
用于检索CSS属性值的对象表示,如果在该声明块中已经显式设置。CSSValue
CSSValueList. item(int index)
用于通过序数索引检索CSSValue
。
-