Re: [iText-questions] RTF Spacing in between tables

2007-05-09 Thread Stewart Meyers
Thanks Mark. -Original Message- From: Mark M. Hall [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 09, 2007 10:47 AM To: 'Post all your questions about iText here' Cc: Stewart Meyers Subject: Re: [iText-questions] RTF Spacing in between tables On Wednesday 09 May 2007 14:58,

Re: [iText-questions] RTF Spacing in between tables

2007-05-09 Thread Mark M. Hall
On Wednesday 09 May 2007 14:58, you wrote: > Thanks much Mark. Any plans on adding a property to the table, or > parameter to the document.Add function to select this behavior? Support for Table.setOffset is on the list of planned features. Due to my work load, I make no promises regarding any ti

Re: [iText-questions] RTF Spacing in between tables

2007-05-09 Thread Stewart Meyers
: Stewart Meyers Subject: Re: [iText-questions] RTF Spacing in between tables On Wednesday 09 May 2007, Stewart Meyers wrote: > I need to create large RTF documents, so am splitting the table every 100 > rows or so. The problem is that RtfWriter is adding a line each time the > table is add

Re: [iText-questions] RTF Spacing in between tables

2007-05-09 Thread Mark Hall
On Wednesday 09 May 2007, Stewart Meyers wrote: > I need to create large RTF documents, so am splitting the table every 100 > rows or so. The problem is that RtfWriter is adding a line each time the > table is added to the document. Is there any way to eliminate the lines > between tables? I tri

[iText-questions] RTF Spacing in between tables

2007-05-09 Thread Stewart Meyers
I need to create large RTF documents, so am splitting the table every 100 rows or so. The problem is that RtfWriter is adding a line each time the table is added to the document. Is there any way to eliminate the lines between tables? I tried setting table.Spacing and table.Offset to 0 to no ava