Unplanned
Last Updated: 28 Dec 2018 08:08 by ADMIN
Manu
Created on: 28 Dec 2018 08:07
Category: WordsProcessing
Type: Bug Report
1
WordsProcessing: Inserting content in an empty paragraph should inherit the properties of the paragraph marker

When inserting content in an empty paragraph, the styles applied to it are the default document styles. However, if the properties are present in the last paragraph symbol, the content should inherit them.

Workaround: Copy the properties of the marker after inserting the content:

run.Properties.CopyPropertiesFrom(paragraph.Properties.ParagraphMarkerProperties);
0 comments