Interface IDocumentCSS

Interface IDocumentCSS

Namespace: Aspose.Svg.Dom.Css
Assembly: Aspose.SVG.dll (25.5.0)

This interface represents a document with a CSS view.

[ComVisible(true)]
[DOMNoInterfaceObject]
[DOMObject]
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