API Reference

Class

HtmlDiagnosticProvenance

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Modifiers sealed

Source-to-target provenance attached to every shared HTML diagnostic.

Inheritance

  • Object
  • HtmlDiagnosticProvenance

Usage

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

Returned or exposed by

Properties

public String SourceAddress { get; } #

HTML selector, URI, or stable source scope associated with the diagnostic.

public Int32 SourceLine { get; } #

One-based HTML source line, or zero when unavailable.

public Int32 SourceColumn { get; } #

One-based HTML source column, or zero when unavailable.

public String TargetAddress { get; } #

Target address such as a paragraph, cell, slide/shape, page/element, or renderer scope.