Re: [iText-questions] Setting of Cell Width of Cell

2005-05-11 Thread Bruno Lowagie
Krishna Kalyan K wrote: I have to add cells to table basing on the column number and row number. In PdfPTable i think we cannot add cells specifically. Also in my program i am adding chunck to cell and implementing cell wrap.Its not working. Can u help me out in this No, com.lowagie.text.Table is a

Re: [iText-questions] Setting of Cell Width of Cell

2005-05-11 Thread bruno
Krishna Kalyan K wrote: In this case i am supposed to use Table only not PdfTable. Why not PdfPTable? br, Bruno --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Or

[iText-questions] Setting of Cell Width of Cell

2005-05-09 Thread Krishna Kalyan K
Hi, I am held up in setting cell width to Cell of Table in com.lowagie.text. I am not able to set the width using setWidth function. Is there any other option. In this case i am supposed to use Table only not PdfTable. Also how can we set height of the cell. This is an urgent query. Tha