Interface ICSSValueList

Interface ICSSValueList

Il nome: Aspose.Html.Dom.Css Assemblaggio: Aspose.HTML.dll (25.4.0)

L’interfaccia fornisce l’astrazione di una raccolta ordinata di valori CSS.

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

Properties

Length

Il numero di CSSValues nella lista.

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

Valore di proprietà

int

Questo[int]

Il metodo restituisce Aspose.Html.Dom.Css.CSSValue all’indice specificato.http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSValueList

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

Valore di proprietà

CSSValue

 Italiano