« Return to Thread: Problem with controlling cell heights with the Table Class

Problem with controlling cell heights with the Table Class

by Rizwanur :: Rate this Message:

Reply to Author | View in Thread

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.

 « Return to Thread: Problem with controlling cell heights with the Table Class