Hi,

Given code snippet is for not affecting the Rectangle.NO_BORDER

            Table t = new Table(2,1); 
            t.setWidths(new int[] {13, 62});
            t.getDefaultCell().setBorder(Rectangle.NO_BORDER);            
            t.setBorderColor(Color.WHITE);            
            RtfCell cell1 = new RtfCell("Hello");             
            RtfCell cell2 = new RtfCell("HI"); 

            t.addCell(cell1);
            t.addCell(cell2);
            
            document.add(t); 

Please anyone can help how to remove border color
Thanks
Sushil
-- 
View this message in context: 
http://www.nabble.com/Rectangle.NO_BORDER-is-not-working-If-table-is-created-with-%22Table%22-tp23620151p23620151.html
Sent from the iText - General mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Reply via email to