API Reference

Class

WordComparisonResult

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Modifiers sealed

Machine-readable comparison result produced by String).

Inheritance

  • Object
  • WordComparisonResult

Usage

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

Accepted by parameters

Methods

public String ToJson() #
Returns: String

Serializes this comparison result to deterministic JSON.

public String ToMarkdown() #
Returns: String

Renders this comparison result as Markdown suitable for review notes and automation logs.

public String ToTextSummary() #
Returns: String

Returns a compact single-line summary suitable for CLI wrappers and CI annotations.

Properties

public String SourcePath { get; } #

Source document path used for the comparison.

public String TargetPath { get; } #

Target document path used for the comparison.

public IReadOnlyList<WordComparisonFinding> Findings { get; } #

All detected findings in deterministic document order.

public Boolean HasChanges { get; } #

Gets whether any differences were detected.