Table of Contents

Property SumsAdjacentParagraphSpacing

Namespace
DocWright.Layout
Assembly
DocWright.Layout.dll

SumsAdjacentParagraphSpacing

Gets whether a paragraph's space-after adds to the next paragraph's space-before instead of collapsing against it.

public bool SumsAdjacentParagraphSpacing { get; }

Property Value

bool

Remarks

False — the default — is the HTML margin rule Word applies to a .docx: the gap between two paragraphs is the larger of the pair. True is what Word does when w:compat/w:doNotUseHTMLParagraphAutoSpacing is set, which its RTF import always writes: the two are added. Measured as WQ-0024, causally, on two .docx files differing in that one element and nothing else.