Property DoNotUseHtmlParagraphAutoSpacing
DoNotUseHtmlParagraphAutoSpacing
Gets or sets whether w:compat/w:doNotUseHTMLParagraphAutoSpacing is present.
The element's name refers to the autospacing pair (w:beforeAutospacing / w:afterAutospacing), but Word applies it to explicit w:before and w:after too: with the flag clear it collapses a paragraph's space-after against the next paragraph's space-before to the larger of the two, and with it set it adds them. Word's RTF import sets the flag; its HTML import and a plain .docx do not. Measured as WQ-0024.
Null means the document did not state it, which the resolver treats as clear.
public bool? DoNotUseHtmlParagraphAutoSpacing { get; set; }
Property Value
- bool?