API Reference

Class

HtmlRenderVisual

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Modifiers abstract

Immutable positioned visual emitted by the shared HTML layout engine.

Inheritance

  • Object
  • HtmlRenderVisual

Usage

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

Properties

public HtmlRenderVisualKind Kind { get; } #

Visual operation kind.

public Double X { get; } #

Left coordinate in CSS pixels.

public Double Y { get; } #

Top coordinate in CSS pixels.

public Double Width { get; } #

Visual width in CSS pixels.

public Double Height { get; } #

Visual height in CSS pixels.

public Int32 PaintOrder { get; } #

Stable paint order within the rendered page.

public String LinkUri { get; } #

Optional safe hyperlink associated with the visual.

public String Source { get; } #

Optional source element description used by diagnostics and inspection.