Interface ICSSValueList
Interface ICSSValueList
Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.1.0)
L’interface fournit l’abstraction d’une collection ordonnée de valeurs CSS.
[DOMName("CSSValueList")]
[DOMObject]
[ComVisible(true)]
public interface ICSSValueList
Propriétés
Longueur
Le nombre de CSSValues dans la liste.
[DOMName("length")]
int Length { get; }
Valeur de la propriété
this[int]
La méthode retourne l’Aspose.Html.Dom.Css.CSSValue à l’index spécifié.
http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSValueList
[DOMName("item")]
CSSValue this[int index] { get; }