IStyleSheetList Interface |
Namespace: Aspose.Html.Dom.Css
The IStyleSheetList type exposes the following members.
Name | Description | |
---|---|---|
![]() | Item |
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 |
The number of StyleSheets in the list. The range of valid child stylesheet indices is 0 to length-1 inclusive.
|
Name | Description | |
---|---|---|
![]() | GetEnumerator | (Inherited from IEnumerableIStyleSheet.) |