B2015-001: single indent holds for entire steprtb.

B2015-001: print of single indent – handle soft return
This commit is contained in:
2015-09-28 13:40:58 +00:00
parent a8d2ba7181
commit 4f4af0156a
4 changed files with 336 additions and 322 deletions

View File

@@ -152,7 +152,7 @@ namespace Volian.Print.Library
switch (visualBreak.BreakKind)
{
case RtfVisualBreakKind.Line:
Chunk ck = HasIndent ? new Chunk("".PadLeft(200)) : Chunk.NEWLINE;
Chunk ck = new Chunk("".PadLeft(200));
_MyParagraph.Add(ck);
break;
case RtfVisualBreakKind.Page: