IStyleSheetList Interface
The StyleSheetList interface provides the abstraction of an ordered collection of style sheets.

Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public interface IStyleSheetList : IEnumerable<IStyleSheet>, 
	IEnumerable

The IStyleSheetList type exposes the following members.

Properties
  NameDescription
Public propertyItem
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.
Public propertyLength
The number of StyleSheets in the list. The range of valid child stylesheet indices is 0 to length-1 inclusive.
Methods
  NameDescription
Public methodGetEnumerator (Inherited from IEnumerableIStyleSheet.)
See Also