API Reference

Class

HtmlComputedStyleSummary

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Modifiers sealed

Compact summary of computed CSS used by conversion profiles, reports, and tests.

Inheritance

  • Object
  • HtmlComputedStyleSummary

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Properties

public Int32 ElementCount { get; } #

Number of elements seen by the computed-style engine.

public Int32 StyledElementCount { get; } #

Number of elements with at least one computed property.

public Int32 HiddenElementCount { get; } #

Number of elements hidden by effective display or visibility values.

public IReadOnlyList<String> PropertyNames { get; } #

Distinct computed property names.

public IReadOnlyList<String> FontFamilies { get; } #

Distinct font-family values discovered in computed styles.

public IReadOnlyList<String> ColorValues { get; } #

Distinct color-like values discovered in computed styles.