As you know there is an option :
number-columns-spanned="<no>"
Eg :
<fo:table-cell number-columns-spanned="6">
<fo:block font-size="12pt" font-weight="bold"><xsl:value-of select
="./accountDesc"/></fo:block>
</fo:table-cell>
This is used for a cell to occupy multiple columns.....
I belive there is an option called
number-rows-spanned
Please use that after reference...
Chris Rowe
<[EMAIL PROTECTED] To: [EMAIL PROTECTED]
ange.net> cc:
Subject: Re: Problem: Expanding
tables and
01/07/03 background colours
02:50 PM
Please
respond to
fop-user
I don't want to set the background colour of the table because I want
to highlight only certain columns. I'm setting the background colour
of
the table cell...
<fo:table-cell background-color="#cde8f7">
<fo:block text-align="right">
<xsl:value-of select="Amount" />
</fo:block>
</fo:table-cell>
But I can't find a way for the last table cell to stretch to the full
height of the table. Any ideas?
Cheers,
Chris
----- Original Message -----
from: Joerg Pietschmann <[EMAIL PROTECTED]>
date: Monday, January 6, 2003 9:33 pm
subject: Re: Problem: Expanding tables and background colours
> On Monday 06 January 2003 17:42, Chris Rowe wrote:
> > I have a table of fixed height which can contain a varying
> number of
> > lines of data. I've set the background colour of some columns in
> order> to highlight them. I need a way to make sure the
> highlighting of the
> > columns continues all the way to the bottom of the table.
>
> Have you tried
> <fo:table background-color="..."
> or
> <fo:block background-color="...">
> <fo:table ...
> (Well, I didn't)
>
> J.Pietschmann
>
> -------------------------------------------------------------------
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]