Interface ICSSValueList

Interface ICSSValueList

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

این رابط انتزاع مجموعه‌ای مرتب از مقادیر CSS را فراهم می‌کند.

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

Properties

Length

تعداد CSSValues در لیست.

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

Property Value

int

this[int]

متد مقدار Aspose.Html.Dom.Css.CSSValue را در ایندکس مشخص شده برمی‌گرداند.
http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSValueList

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

Property Value

CSSValue

 فارسی