Interface IStyleSheetList
Interface IStyleSheetList
Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.1.0)
Giao diện StyleSheetList cung cấp sự trừu tượng của một tập hợp có thứ tự các bảng kiểu.
[ComVisible(true)]
[DOMObject]
[DOMName("StyleSheetList")]
public interface IStyleSheetList : IEnumerable<icssstylesheet>, IEnumerable
Triển khai
IEnumerable<icssstylesheet>, IEnumerable
Thuộc tính
Độ dài
Số lượng StyleSheets trong danh sách. Phạm vi của các chỉ số bảng kiểu con hợp lệ là từ 0 đến length-1 bao gồm.
[DOMName("length")]
int Length { get; }
Giá trị thuộc tính
this[int]
Được sử dụng để truy xuất một bảng kiểu bằng phương thức item(int index) theo http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/stylesheets.html.
[DOMName("item")]
ICSSStyleSheet this[int index] { get; }