Interface ICSSValueList
Interface ICSSValueList
ชื่อพื้นที่: Aspose.Html.Dom.Css การประกอบ: Aspose.HTML.dll (25.4.0)
อินเตอร์เฟซช่วยให้การสกัดจากคอลเลกชันที่กําหนดไว้ของค่า CSS
[ComVisible(true)]
[DOMName("CSSValueList")]
[DOMObject]
public interface ICSSValueList
Properties
Length
จํานวน CSSValues ในรายการ
[DOMName("length")]
int Length { get; }
คุณสมบัติมูลค่า
นี่[int]
Method returns the Aspose.Html.Dom.Css.CSSValue to the specified indexhttp://www.w3.org/TR/2000/REC-DOM-ระดับ-2-สไตล์-20001113/css.html#CSS-CSSValueList
[DOMName("item")]
CSSValue this[int index] { get; }