Interface IDocumentCSS

Interface IDocumentCSS

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

This interface represents a document with a CSS view.

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

Implements

IDocumentStyle

Methods

GetOverrideStyle(Element, string)

This method is used to retrieve the override style declaration for a specified element and a specified pseudo-element.

[DOMName("getOverrideStyle")]
ICSSStyleDeclaration GetOverrideStyle(Element elt, string pseudoElt)

Parameters

elt Element

The element whose style is to be modified. This parameter cannot be null.

pseudoElt string

The pseudo-element or null if none.

Returns

ICSSStyleDeclaration

The override style declaration

 English