« Return to Thread: ColumnText bug - After adding a PdfTable

ColumnText bug - After adding a PdfTable

by Elrinth () :: Rate this Message:

Reply to Author | View in Thread

After adding a PdfTable to the ColumnText via AddElement no AddText will ever work.

If I AddText a bunch of stuff then AddElement the PdfTable
THEN call the Go(); all stuff in the AddText isn't added.
But if I do AddText -> Go -> AddElement -> Go the added text is displayed.
The problem is, I want text after the AddElement and it just won't show.
Adding several PdfTables in a row works nice tho. But not AddText after one AddElement on a PdfTable is done.

Anyone know why this might be happening?

Tough luck, huh?

Edit: I've read: http://www.nabble.com/DottedLineSeparator-and-paragraph-alignment-td23763684.html

I'm not sure how I'm supposed to make a flowing layout without adding the table into the columntext.

 « Return to Thread: ColumnText bug - After adding a PdfTable