You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Jose Hernandez <jh...@algorithmics.com> on 2002/07/25 18:13:26 UTC

RE: how to make a space betweenthe last text line and the Table l ine?

Hello ...
 
Try this 
<fo:table-cell border-width="0.3mm" border-style="solid">
    <fo:block text-align="start" text-indent="0.4mm" ...
        ....
    </fo:block>
</fo:table-cell>
 
 
-----Original Message-----
From: Reichert Bernard [mailto:valen16@gmx.net]
Sent: Thursday, July 25, 2002 02:22 a.m.
To: fop-user@xml.apache.org
Subject: how to make a space betweenthe last text line and the Table line?


Hi I have a table wich contains dynamic data. Means I can't predict its
size.
How ever I need to get after mylast line of text an my last line a space
(1cm)
What prperty should I set at the table definitions. Space after or?
Help me 
Thanks
Reichert Bernard