Karthik.Gopalakrishnan wrote:
> I am trying to create a rtf file which has a content organized as tables
> I  read through this forum to find out how to create a table with no
> borders.
>               I tried Table.setBorder(Rectangle.NO_BORDER);
>               and also  did the same for the Cells added using
> Cell.setBorder(Rectangle.NO_BORDER);
> But i still see a gray border around the table. Is there anything else i am
> supposed to do?

You know that most word processors show gray borders around the table as 
a visual aid. You know that those borders are NOTHING MORE than a visual 
aid, in the sense that they are never printed.
If you didn't know. Please check if your question is still valid. If you 
knew, please rephrase the question.

> The other problem with the tables is, when i add this to a paragraph, the
> table is indented 1 tab space away from the text preceding the table. Is
> there any way i can align the table at the same level as the the other text?

By setting the width of the table to 100%?
-- 
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
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

Reply via email to