B2015-001: single indent holds for entire steprtb.
B2015-001: print of single indent – handle soft return
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user