Title: Message
 
I just noticed that using PdfPTable I get not only a correct behavior for my last messageand I can also drop "insertTable" and use addCell in a consistent way (what was making me use reflection to discover which kind of object I was putting on the table).
 
However...
 
  I really need rowspan and colspan. It will be very difficult to fake them using nested tables, first because I already need nested tables for other purposes, second because I am mapping an "active" document structure built for HTML to a printable structure.
 
 Beyond rowspan and colspan, I would need also addCell(cell, x,y).
 
 
 
 
Geraldo Xex�o
 
 

Reply via email to