Table of Contents

Enum MoveDetection

Namespace
DocWright.Compare
Assembly
DocWright.Compare.dll

How a paragraph that moved rather than changed is represented in the result.

public enum MoveDetection

Fields

None = 0

Do not look for moves; a moved paragraph is a deletion and an insertion.

Report = 1

Look for moves and report them on Moves, but still emit the deletion and the insertion. The default, because it is the only setting under which accepting and rejecting both reproduce their side exactly: the paragraph really does occupy a different position in each document, and only markup that says so can rebuild either one.

Match = 2

Treat a moved paragraph as matched: emit it once, at its position in the revised document, with no revision markup at all. Quieter to review, but rejecting then restores the original's content without restoring its paragraph order.