Interface IStyleSheetList

Interface IStyleSheetList

Název místa: Aspose.Svg.Dom.Css Shromáždění: Aspose.SVG.dll (25.5.0)

Rozhraní StyleSheetList poskytuje abstrakci objednané sbírky stylových list.

[DOMName("StyleSheetList")]
[DOMObject]
[ComVisible(true)]
public interface IStyleSheetList : IEnumerable<icssstylesheet>, IEnumerable

Implements

IEnumerable , IEnumerable

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

int

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; }

Hodnota nemovitosti

ICSSStyleSheet

 Čeština