IStyleSheetList.Item
IStyleSheetList indexer
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 ICSSStyleSheet this[int index] { get; }
Parameter | Description |
---|---|
index | The style sheet index |
Return Value
The CSS stylesheet instance.
Property Value
The ICSSStyleSheet
.
See Also
- interface ICSSStyleSheet
- interface IStyleSheetList
- namespace Aspose.Svg.Dom.Css
- assembly Aspose.SVG