Interface ICSSValueList

Interface ICSSValueList

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

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

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

Proprietà

Lunghezza

Il numero di CSSValues nella lista.

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

Valore della Proprietà

int

this[int]

Il metodo restituisce l’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 della Proprietà

CSSValue

 Italiano