Interface IDocumentStyle

Interface IDocumentStyle

Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.1.0)

DocumentStyle 接口提供了一种机制,通过该机制可以检索嵌入在文档中的样式表。期望通过对 Document 接口的实例使用绑定特定的转换方法来获取 DocumentStyle 接口的实例。

[DOMNoInterfaceObject]
[ComVisible(true)]
[DOMObject]
public interface IDocumentStyle

属性

StyleSheets

一个包含所有显式链接到文档或嵌入在文档中的样式表的列表。对于 HTML 文档,这包括通过 HTML LINK 元素包含的外部样式表和内联 STYLE 元素。

[DOMName("styleSheets")]
IStyleSheetList StyleSheets { get; }

属性值

IStyleSheetList

 中文