Hi, You do realize that the RtfCell objects have their own borders, don't you?
-----Original Message----- From: sushilmuppidi [mailto:[email protected]] Sent: 20 May 2009 06:52 To: [email protected] Subject: [iText-questions] How to remove border in RTF/Word using Table Hi, Given code snippet is for not affecting the Rectangle.NO_BORDER Tried with Rectangle.NO_BORDER but still its giving border Table t = new Table(2,1); t.setWidths(new int[] {13, 62}); t.getDefaultCell().setBorder(Rectangle.NO_BORDER); 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 Thanks Sushil -- View this message in context: http://www.nabble.com/How-to-remove-border-in-RTF-Word-using-Table-tp236 28966p23628966.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 [email protected] 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/ ------------------------------------------------------------------------------ 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 [email protected] 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/
