Table of Contents

Class CompareResult

Namespace
DocWright.Compare
Assembly
DocWright.Compare.dll

The outcome of comparing two documents: the result document plus what the comparer had to say about how it got there.

public sealed class CompareResult
Inheritance
CompareResult
Inherited Members

Properties

AlignmentFellBack

Gets a value indicating whether any alignment exceeded MaxAlignmentCells and used the bounded strategy. The result is still a valid tracked-change document; it may simply mark more than the smallest possible set of differences.

DeletionCount

Gets the number of deletions written.

Document

Gets the result: the revised document's styles, numbering, theme and preserved parts, with a body that carries both documents' content as tracked changes. Accepting them all yields the revised document; rejecting them all yields the original.

FormatChangeCount

Gets the number of formatting changes written (w:rPrChange and w:pPrChange).

InsertionCount

Gets the number of insertions written.

Moves

Gets the paragraphs recognised as moved, in the revised document's order. Empty when MoveDetection is None.