IDocumentCSS class

IDocumentCSS class

This interface represents a document with a CSS view.

The IDocumentCSS type exposes the following members:

Properties

PropertyDescription
style_sheetsA list containing all the style sheets explicitly linked into or embedded in a document. For HTML documents, this includes external style sheets, included via the HTML LINK element, and inline STYLE elements.

Methods

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

See Also