Unplanned
Last Updated: 20 Mar 2018 12:59 by ADMIN
ADMIN
Boby
Created on: 20 Oct 2017 12:41
Category: WordsProcessing
Type: Bug Report
0
WordsProcessing: Negative text-indent should be imported from HTML as combination of handing indent and negative left indent
When importing paragraphs with negative text-indent from HTML, e.g. 
<p style="text-indent:-12px;">
test
</p>

they should be imported with HangingIndent + the same value with negative sign for LeftIndent, e.g. HandingIndent: 12 AND LeftIndent: -12.

Also, margin-left should be combined with the text-indent, e.g.
<p style="margin-left: 16px;text-indent: -16px;">
test
</p>
should be imported as HandingIndent: 16 AND LeftIndent: 0.
0 comments