-
-
Field Summary
-
Fields inherited from interface org.w3c.dom.css.CSSValue
CSS_CUSTOM, CSS_INHERIT, CSS_PRIMITIVE_VALUE, CSS_VALUE_LIST
-
-
方法摘要
所有方法 接口方法 抽象方法 Modifier and Type 方法 描述 intgetLength()列表中的数量为CSSValues。CSSValueitem(int index)用于通过序数索引检索CSSValue。-
Methods inherited from interface org.w3c.dom.css.CSSValue
getCssText, getCssValueType, setCssText
-
-
-
-
方法详细信息
-
getLength
int getLength()
列表中的数量为CSSValues。 指数的有效值范围为0至length-1含)。
-
item
CSSValue item(int index)
用于通过序数索引检索CSSValue。 此集合中的顺序表示CSS样式属性中值的顺序。 如果index大于或等于列表中的值的数量,则返回null。- 参数
-
index- 索引到集合。 - 结果
-
CSSValue在index位置在CSSValueList,或null如果这不是有效的索引。
-
-