Quoting John Watson <[EMAIL PROTECTED]>: > Any thoughts on this one, yet?
It's a difficult question. > John Watson writes: > > > I love being able to add a Table to a Cell now. But, when I do this, the > > > colspan on the Cell gets ignored. Is this intended, or an unintended > > side-effect? Thanks! It's not intended, it's a design problem. In order to be able to add a Table to a Cell, I used the existing insertTable method written by Geert Poels and his colleagues. This method allowed you to insert a Table at a certain cellposition without row- or colspan. It would ask for a complete new (and rather difficult) design to support nested tables and row- or colspan. kind regards, Bruno _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
