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
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