Interface ICSSValueList

Interface ICSSValueList

Nazwa przestrzeń: Aspose.Html.Dom.Css Zestaw: Aspose.HTML.dll (25.4.0)

Interfejs zapewnia abstrakcję zamówionej kolekcji wartości CSS.

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

Properties

Length

Liczba wartości CSS na liście.

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

Wartość nieruchomości

int

Tego[Int]

Metoda zwraca wartość Aspose.Html.Dom.Css.CSSValue do określonego indeksu.http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSValueList

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

Wartość nieruchomości

CSSValue

 Polski