Re: [iText-questions] set space between rows/lines

2006-11-10 Thread Swaminathan Ranganathan
OOPS!! Sorry about that, i was thinking its for PDF.  On Fri, 10 Nov 2006 Henry Lu wrote : >In RTF, How do we set the space between rows of a table and lines of >document? The default space is a littler bit large. Waht we'd like to do >is to reduce the space between rows/lines. Any idae? > >-H

Re: [iText-questions] set space between rows/lines

2006-11-10 Thread Swaminathan Ranganathan
To reduce space between lines, try this Document doc = new document() Paragraph p = new Paragraph("Para with reduced lines spaces"); p.setLeading(8.0f); // you can change the double for ur requirement document.add(p); HTH. regards Swami On Fri, 10 Nov 2006 Henry Lu wrote : >In RTF, How

[iText-questions] set space between rows/lines

2006-11-10 Thread Henry Lu
In RTF, How do we set the space between rows of a table and lines of document? The default space is a littler bit large. Waht we'd like to do is to reduce the space between rows/lines. Any idae? -Henry > > - Using Tomcat