IDocumentStyleStyleSheets Property |
A list containing all the style sheets explicitly linked into or embedded in a document. For HTML documents, this includes external style sheets, included via the HTML LINK element, and inline STYLE elements.
Namespace: Aspose.Html.Dom.CssAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax IStyleSheetList StyleSheets { get; }
ReadOnly Property StyleSheets As IStyleSheetList
Get
property IStyleSheetList^ StyleSheets {
IStyleSheetList^ get ();
}
abstract StyleSheets : IStyleSheetList with get
Property Value
Type:
IStyleSheetListSee Also