Interface IStyleSheetList
Interface IStyleSheetList
Název místa: Aspose.Html.Dom.Css Sbírka: Aspose.HTML.dll (25.4.0)
Rozhraní StyleSheetList poskytuje abstrakci objednané sbírky stylových list.
[ComVisible(true)]
[DOMName("StyleSheetList")]
[DOMObject]
public interface IStyleSheetList : IEnumerable<icssstylesheet>, IEnumerable
Implements
Properties
Length
Počet stylových listů v seznamu. rozsah platných indexů dětských stylových listů je 0 až délka-1 zahrnujíc.
[DOMName("length")]
int Length { get; }
Hodnota nemovitosti
Tohle[Int]
Používá se k získání stylového listu podle položky metody(int index) podle http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/tylesheets.html .
[DOMName("item")]
ICSSStyleSheet this[int index] { get; }