Table of Contents

Property CoalesceRuns

Namespace
DocWright.Dom.Editing
Assembly
DocWright.Dom.dll

CoalesceRuns

Gets or sets a value indicating whether adjacent runs with identical formatting are merged after replacing. Default true.

Without it every replacement leaves the paragraph one run more fragmented than it found it, and a document edited repeatedly grows run count without bound even though its text never changes.

public bool CoalesceRuns { get; set; }

Property Value

bool