Re: [iText-questions] How to remove border in RTF/Word using Table

2009-05-20 Thread Gunal, Zeynep
Hi, You do realize that the RtfCell objects have their own borders, don't you? -Original Message- From: sushilmuppidi [mailto:smupp...@ctepl.com] Sent: 20 May 2009 06:52 To: itext-questions@lists.sourceforge.net Subject: [iText-questions] How to remove border in RTF/Word using

[iText-questions] How to remove border in RTF/Word using Table

2009-05-20 Thread sushilmuppidi
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);