Uses of Interface
org.w3c.dom.css.CSSValue
-
Packages that use CSSValue 软件包 描述 org.w3c.dom.css 为DOM Level 2样式规范提供接口。 -
-
Uses of CSSValue in org.w3c.dom.css
Subinterfaces of CSSValue in org.w3c.dom.css 变量和类型 接口 描述 interface
CSSPrimitiveValue
CSSPrimitiveValue
接口表示单个CSS值。interface
CSSValueList
CSSValueList
接口提供CSS值的有序集合的抽象。Methods in org.w3c.dom.css that return CSSValue 变量和类型 方法 描述 CSSValue
CSSStyleDeclaration. getPropertyCSSValue(String propertyName)
用于检索CSS属性值的对象表示(如果已在此声明块中显式设置)。CSSValue
CSSValueList. item(int index)
用于通过序数索引检索CSSValue
。
-