Interface IStyleSheetList
Interface IStyleSheetList
Numele spaţiului: Aspose.Svg.Dom.Css Adunare: Aspose.SVG.dll (25.5.0)
Interfața StyleSheetList oferă abstracția unei colecții comandate de frunze de stil.
[DOMName("StyleSheetList")]
[DOMObject]
[ComVisible(true)]
public interface IStyleSheetList : IEnumerable<icssstylesheet>, IEnumerable
Implements
Properties
Length
Numărul de StyleSheets din listă. intervalul de indicii valabile pentru etichete de stil pentru copii este de 0 la lungime-1 inclusiv.
[DOMName("length")]
int Length { get; }
Valoarea proprietății
Această[int]
Folosit pentru a retrage o foaie de stil prin elementul de metodă(indice int) în conformitate cu http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/stylesheets.html .
[DOMName("item")]
ICSSStyleSheet this[int index] { get; }