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