Interface IDocumentStyle

Interface IDocumentStyle

名称: Aspose.Svg.Dom.Css 會議: Aspose.SVG.dll (25.5.0)

DocumentStyle 接口提供了一个机制,可以将文档中嵌入的风格表获取。 预计可以通过在文档接口的一个例子上使用强制性特定的投射方法获得 DocumentStyle 接口的例子。

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

Properties

StyleSheets

列表包含所有在文档中明确链接或嵌入的风格表,对于HTML文档,这包括通过HTML链接元素包含的外部风格表,以及内线风格元素。

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

财产价值

IStyleSheetList

 中文