Interface IStyleSheetList
Interface IStyleSheetList
Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.1.0)
Rozhraní StyleSheetList poskytuje abstrakci uspořádané kolekce stylových listů.
[ComVisible(true)]
[DOMObject]
[DOMName("StyleSheetList")]
public interface IStyleSheetList : IEnumerable<icssstylesheet>, IEnumerable
Implementuje
IEnumerable<icssstylesheet>, IEnumerable
Vlastnosti
Délka
Počet stylových listů v seznamu. Rozsah platných indexů podřízených stylových listů je 0 až délka-1 včetně.
[DOMName("length")]
int Length { get; }
Hodnota vlastnosti
this[int]
Používá se k získání stylového listu metodou item(int index) podle http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/stylesheets.html.
[DOMName("item")]
ICSSStyleSheet this[int index] { get; }