[iText-questions] ColumnText with irregular columns

2005-01-13 Thread John Gregory
I'm using a ColumnText with irregular column shapes. If I try to add paragraphs to it, I get an exception telling me that I can't use irregular column shapes in "composite" mode. I gather that this means that I need to add text to the ColumnText using Phrases. Right so far? So, now I'd like to

[iText-questions] ColumnText within a Cell

2005-01-12 Thread John Gregory
I'm creating a calendar using iText, and so I'd like to create a table where each cell contains the date in the upper right corner, and then a listing of events on that date, aligned in the upper left corner, text-wrapping around the date. It seems like I could do this if I could nest a ColumnT