Hi!
 
What do you mean with border 0?
I am using PdfPCells without border: pcell.setBorder(Rectangle.NO_BORDER).
I am also using cells with zero padding pcell.setPadding(0).
 
Rowspan...
Lets say you have 2 columns in the resulting table. There is only one cell in first collumn and second column has 2 cells.
 
PdfPTable table = .....;
table.addCell(new PdfPCell(...));
 
PdfPTable rightTable = new PdfPTable(...) ...
PdfPCell pcell = new PdfPCell(rightTable);
table.addCell(pcell);
 
Sometimes it is usefull to set correct padding and/or border...
 
That's all!
 
GG
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of toto toto
Sent: Friday, November 21, 2003 2:52 PM
To: [EMAIL PROTECTED]
Subject: [iText-questions] PdfPTable

Hi,
 
2 Question about PdfPTable
 
- Can I set the border to 0 ?
- how can i set a rowspan to a PdfPcell ?
 
I search in the api but i dont find :-(
 
Thanks
 
Loïc



Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Testez le nouveau Yahoo! Mail

Reply via email to