PdfPTable doesn't support adding cells at arbitrary places. You'll have to
create yourself and array, fill it and then create the PdfPTable reading the
array in sequence.

Best Regards,
Paulo Soares

> -----Original Message-----
> From: Sudame, Rahul (Cognizant) [SMTP:[EMAIL PROTECTED]
> Sent: Wednesday, July 02, 2003 9:56
> To:   Paulo Soares
> Subject:      RE: iText performance issue
> Importance:   High
> 
> Hi,
> 
> I am currently using "Table" object for adding data in tabular pattern
> in the PDF.
> As suggested by you, I would like to used PdfPTable instead of Table for
> performance reasons.
> But I add Cell object in the table at a specific point.
> If I use PdfPTable, how can I add a Cell at a specific point ?
> 
> The code I am using currently is attached below:
> 
> cell = new Cell(new Phrase(striText,
> FontFactory.getFont(FontFactory.TIMES, 14, Font.NORMAL)));
> aTable.addCell(cell, new Point(8 ,4);
> 
> I may not have data for each cell, hence I have to add the values at
> specific positions only.
> How the same can be achieved using PdfPTable ?
> 
> Waiting for your response.
> 
> Thanks and Regards,
> Rahul. << File: InterScan_Disclaimer.txt >> 


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to