Interface ICSSValueList
Interface ICSSValueList
Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.1.0)
A interface fornece a abstração de uma coleção ordenada de valores CSS.
[DOMName("CSSValueList")]
[DOMObject]
[ComVisible(true)]
public interface ICSSValueList
Propriedades
Comprimento
O número de CSSValues na lista.
[DOMName("length")]
int Length { get; }
Valor da Propriedade
this[int]
O método retorna o Aspose.Html.Dom.Css.CSSValue no índice especificado.
http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSValueList
[DOMName("item")]
CSSValue this[int index] { get; }