Interface IStyleSheetList
Interface IStyleSheetList
Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.1.0)
این رابط StyleSheetList انتزاعی از یک مجموعه مرتب از برگههای سبک را فراهم میکند.
[ComVisible(true)]
[DOMObject]
[DOMName("StyleSheetList")]
public interface IStyleSheetList : IEnumerable<icssstylesheet>, IEnumerable
پیادهسازیها
IEnumerable<icssstylesheet>, IEnumerable
ویژگیها
طول
تعداد برگههای سبک در لیست. دامنه ایندکسهای معتبر برگه سبک فرزند از ۰ تا طول-۱ شامل میشود.
[DOMName("length")]
int Length { get; }
مقدار ویژگی
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; }