Re: [iText-questions] wrapping problem

2007-10-14 Thread coolbaba
setNoWrap method will overlap the text. my requirement is, The text should be fitted in the cell without wrapping to next line. mister bean wrote: Use cell.setNoWrap(true) as illustrated on page 173 of the book. ---mr. bean coolbaba wrote: I want to display the text or a

[iText-questions] wrapping problem

2007-10-13 Thread coolbaba
I want to display the text or a number in a PdfPTable cell with out wrapping down. my requirement is,if I have 40 characters text , it has to be displayed in one line with out wrapping down. Is it possible with iText library? -- View this message in context:

Re: [iText-questions] wrapping problem

2007-10-13 Thread mister bean
Use cell.setNoWrap(true) as illustrated on page 173 of the book. ---mr. bean coolbaba wrote: I want to display the text or a number in a PdfPTable cell with out wrapping down. my requirement is,if I have 40 characters text , it has to be displayed in one line with out wrapping down. Is