Interface ICSSValueList

Interface ICSSValueList

Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.1.0)

该接口提供了一个有序的CSS值集合的抽象。

[DOMName("CSSValueList")]
[DOMObject]
[ComVisible(true)]
public interface ICSSValueList

属性

长度

列表中CSS值的数量。

[DOMName("length")]
int Length { get; }

属性值

int

this[int]

该方法返回指定索引处的Aspose.Html.Dom.Css.CSSValue。 http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSValueList

[DOMName("item")]
CSSValue this[int index] { get; }

属性值

CSSValue

 中文