IStyleSheetList Interface
IStyleSheetList interface
The StyleSheetList interface provides the abstraction of an ordered collection of style sheets.
public interface IStyleSheetList : IEnumerable<ICSSStyleSheet>
Properties
Name | Description |
---|---|
Item { get; } | Used to retrieve a style sheet by method item(int index) accordind to http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/stylesheets.html. |
Length { get; } | The number of StyleSheets in the list. The range of valid child stylesheet indices is 0 to length-1 inclusive. |
See Also
- interface ICSSStyleSheet
- namespace Aspose.Svg.Dom.Css
- assembly Aspose.SVG