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
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
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