Skip to content

Commit

Permalink
Improve Issue37
Browse files Browse the repository at this point in the history
  • Loading branch information
VahidN committed May 10, 2019
1 parent 5af0f0b commit 3ed6b28
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/iTextSharp.LGPLv2.Core.FunctionalTests/Issues/Issue37.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ public void Verify_Issue37_CanBe_Processed()
text.Add(new Chunk("\u00A0Test Test\u00A0"));
text.Add(new Chunk("\nNew line"));

ct.SetSimpleColumn(text, 34, 750, 580, 317, 15, Element.ALIGN_LEFT);
ct.SetSimpleColumn(
phrase: text,
llx: 34, lly: 750, urx: 580, ury: 317,
leading: 15,
alignment: Element.ALIGN_LEFT);
ct.Go();

pdfDoc.Close();
Expand Down

0 comments on commit 3ed6b28

Please sign in to comment.