Hi.

I want to know why I canīt quit the border from my table created with 
class Table.
When I execute it, I see the table with border.

The code is this:
                Table tablaFacturas = new Table(4);
                tablaFacturas.setBorderWidth( 0 );  
                tablaFacturas.setDefaultCellBorderWidth (0);
                tablaFacturas.addCell(new Phrase( new Chunk( "Nš 
factura", font1)));
                tablaFacturas.addCell(new Phrase( new Chunk( "Fecha 
factura", font1)));
                tablaFacturas.addCell(new Phrase( new Chunk
( "Vecimiento", font1)));
                tablaFacturas.addCell(new Phrase( new Chunk
( "Importe" , font1)));

Help me please.




-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to