Re: [iText-questions] RTF Header/Footer Line spacing

2008-04-22 Thread Mark Hall
you may want to use the new > > PdfTable object since the old one is no longer supported. > > > > Howard > > > > > > - Original Message > > From: Lawrence Tsosie <[EMAIL PROTECTED]> > > To: SourceForge_CommunityList > > S

Re: [iText-questions] RTF Header/Footer Line spacing

2008-04-22 Thread Lawrence Tsosie
old table object you may want to use the new PdfTable > object since the old one is no longer supported. > > Howard > > > - Original Message > From: Lawrence Tsosie <[EMAIL PROTECTED]> > To: SourceForge_CommunityList > Sent: Tuesday, April 22, 2008 3:51:19

Re: [iText-questions] RTF Header/Footer Line spacing

2008-04-22 Thread Mark Hall
Hi, In theory you could try adding a Paragraph to the Cell and setting the line spacing in the Paragraph. I believe that should work, but I can't guarantee it. Greetings, Mark On Tuesday 22 April 2008, Lawrence Tsosie wrote: > Good day. > > I am working on generating RTF files with Header/Foot

Re: [iText-questions] RTF Header/Footer Line spacing

2008-04-22 Thread Howard Shank
[iText-questions] RTF Header/Footer Line spacing Good day. I am working on generating RTF files with Header/Footer information that users can customize. I've managed to use a Table to capture the data and insert into the Header/Footer. The problem I cannot control is the Line Spacing within the

[iText-questions] RTF Header/Footer Line spacing

2008-04-22 Thread Lawrence Tsosie
Good day. I am working on generating RTF files with Header/Footer information that users can customize. I've managed to use a Table to capture the data and insert into the Header/Footer. The problem I cannot control is the Line Spacing within the cell of the RTF file - it is not Single space. I