Unplanned
Last Updated: 18 May 2022 07:03 by Timo
Timo
Created on: 18 May 2022 07:03
Category: RichTextEditor
Type: Bug Report
0
RadRichTextEditor: The default browser paragraph spacing is not preserved during HTML import-export

The default browser paragraph spacing is not preserved during HTML import-export. 

Workaround:

StyleDefinition normalStyle = this.radRichTextEditor1.Document.StyleRepository[RadDocumentDefaultStyles.NormalWebStyleName];
normalStyle.ParagraphProperties.SpacingAfter = 20;
normalStyle.ParagraphProperties.SpacingBefore = 20;

0 comments