I just read through this again and realized I need to make another
clarification...
The actual width of the column is user-defined and may be precise or set
to a proportional value, so column-width="auto" is not an option in this
case.
Thanks!
Angela
-----Original Message-----
From: Abel Braaksma [mailto:abel.online@xxxxxxxxx]
Sent: Wednesday, August 22, 2007 6:43 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: Decimal alignment using fo:leader
<fo:table>
<fo:table-column text-align="." column-width="auto" />
....
<fo:table-body>
<fo:table-row>
<fo:table-cell>52.50000</fo:table-cell>
</
<fo:table-row>
<fo:table-cell>10.38</fo:table-cell>
</
</
</
|