Interface ICSSValueList
Interface ICSSValueList
Nome do espaço: Aspose.Html.Dom.Css Assembleia: Aspose.HTML.dll (25.4.0)
A interface fornece a abstração de uma coleção ordenada de valores CSS.
[ComVisible(true)]
[DOMName("CSSValueList")]
[DOMObject]
public interface ICSSValueList
Properties
Length
O número de CSSValues na lista.
[DOMName("length")]
int Length { get; }
Valor da propriedade
Esta[Int]
O método devolve 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; }