The border width 0 has the same effect as Rectangle.NO_BORDER.

Best Regards,
Paulo Soares

> -----Original Message-----
> From: Gajdos Gabriel [SMTP:[EMAIL PROTECTED]
> Sent: Friday, November 21, 2003 14:11
> To:   'toto toto'; [EMAIL PROTECTED]
> Subject:      RE: [iText-questions] PdfPTable
> 
> 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] 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 <http://fr.mail.yahoo.com>
> 


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to