Interface IDocumentCSS
Interface IDocumentCSS
Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.1.0)
此接口表示具有CSS视图的文档。
[ComVisible(true)]
[DOMObject]
[DOMNoInterfaceObject]
public interface IDocumentCSS : IDocumentStyle
实现
方法
GetOverrideStyle(Element, string)
此方法用于检索指定元素和指定伪元素的覆盖样式声明。
[DOMName("getOverrideStyle")]
ICSSStyleDeclaration GetOverrideStyle(Element elt, string pseudoElt)
参数
elt
Element
要修改样式的元素。此参数不能为空。
pseudoElt
string
伪元素,如果没有则为null。
返回
覆盖样式声明