Interface IStyleSheetList
Interface IStyleSheetList
Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.1.0)
อินเตอร์เฟส StyleSheetList ให้การทำ Abstraction ของคอลเลกชันที่มีลำดับของสไตล์ชีต
[ComVisible(true)]
[DOMObject]
[DOMName("StyleSheetList")]
public interface IStyleSheetList : IEnumerable<icssstylesheet>, IEnumerable
Implements
IEnumerable<icssstylesheet>, IEnumerable
Properties
Length
จำนวน StyleSheets ในรายการ ช่วงของดัชนีสไตล์ชีตลูกค้าที่ถูกต้องคือ 0 ถึง length-1 รวมอยู่ด้วย
[DOMName("length")]
int Length { get; }
Property Value
this[int]
ใช้เพื่อเรียกคืนสไตล์ชีตโดยวิธี item(int index) ตาม http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/stylesheets.html
[DOMName("item")]
ICSSStyleSheet this[int index] { get; }