Problem with controlling cell heights with the Table Class
Hi, i am using the Table class for generating tables in Pdf. Due to certain limitations i am not able to use the PdfPTable class. But using the Table class I am not able to control the cell heights. I am able to control the height by using the setLeading method. But this works only when the text in a cell is of a single line. In case there is wrapping in the cell, then this method doesn't work. Is there any way to control the cell heights using the Table class.