Re: [xsl] Decimal alignment using fo:leader

Subject: Re: [xsl] Decimal alignment using fo:leader
From: "Ivan Bogouchev" <ivan.bogouchev@xxxxxxxxx>
Date: Thu, 23 Aug 2007 16:04:38 +0200
Hi Angela,

couldn't you just use two columns with invisible border between?
Then you could put  the integer part of the number (including the
point) right aligned in the first column and the decimal part left
aligned in the second.


On 8/23/07, Angela Williams <Angela.Williams@xxxxxxxxxxxxxxxxxx> wrote:
>  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: [xsl] 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>
>        </
>     </
> </
>
>



-- 
Ivan

Current Thread