- From: MitulR <mitul.raul@lehman.com>
- Date: Wed, 14 Feb 2007 23:31:58 -0800 (PST)
- To: www-xsl-fo@w3.org
i am getting following error when i am trying to inherit the text-align
property defined in the table-column
fo:
<fo:table-column text-align="end" padding-right=".1cm"
column-width="proportional-column-width(20%)" />
<fo:table-body>
<fo:table-row background-color="#FFFFFF">
<fo:table-cell number-columns-spanned="3" font-size="9px"
font-family="Helvetica" background-color="#C7DDAD">
<fo:block
text-align="from-table-column('text-align')">test</fo:block>
</fo:table-cell>
Error :
[ERROR] Error in text-align property value
'from-table-column('text-align')': org.apache.fop.fo.expr.PropertyException:
from-table-column unimplemented!
Is there any way to handle this ?
--
View this message in context: http://www.nabble.com/text-align-property-falied-to-inherit-using-from-table-column%28%29-tf3232278.html#a8980962
Sent from the w3.org - www-xsl-fo mailing list archive at Nabble.com.
Received on Thursday, 15 February 2007 07:56:41 UTC