Re: [iText-questions] Reg: display of text through column text

2010-06-17 Thread 1T3XT info
Karthika Rachna R wrote: > I have a requirement to wrap text with in a rectangle. I’m using the > simple column text for doing the same. > > ColumnText columnText = new ColumnText(pdfTemplate); > columnText.setSimpleColumn(x, y, x+boxWidth, y+boxHeight, > columnText.getLeading(), Element.AL

[iText-questions] Reg: display of text through column text

2010-06-17 Thread Karthika Rachna R
Hi All, I have a requirement to wrap text with in a rectangle. I'm using the simple column text for doing the same. ColumnText columnText = new ColumnText(pdfTemplate); columnText.setSimpleColumn(x, y, x+boxWidth, y+boxHeight, columnText.getLeading(), Element.ALIGN_LEFT); columnText.setTe