Unplanned
Last Updated: 31 Oct 2018 08:11 by ADMIN
ADMIN
Tanya
Created on: 29 Feb 2016 17:20
Category: RichTextBox
Type: Bug Report
0
RichTextBox: First line indent of paragraph in a list does not affect the position of the bullets when exporting to PDF
When a list item with applied first line indent is exported to PDF, the bullets are with wrong indent (images attached)

Partial workaround: Remove the first line indent and set it as left indent in order to preserve the visualization of the document
editor.ChangeParagraphLeftIndent(paragraph.FirstLineIndent + paragraph.LeftIndent);
editor.ChangeParagraphFirstLineIndent(0);
0 comments