[
https://issues.apache.org/jira/browse/FOP-2690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15880187#comment-15880187
]
Chris Bowditch commented on FOP-2690:
-------------------------------------
Are you sure this is a bug? So you expect traits stored on table-column to
automatically be inherited to the fo:block within the child cells? The spec
seems to suggest that from-table-column() function would be needed:
https://www.w3.org/TR/xsl/#fo_table-column
> text-align does not work in table-column
> ----------------------------------------
>
> Key: FOP-2690
> URL: https://issues.apache.org/jira/browse/FOP-2690
> Project: FOP
> Issue Type: Bug
> Affects Versions: 2.1
> Reporter: Oblio Leitch
>
> When I put a {{text-align}} attribute in a {{table-column}}, it's not
> formatting the text in the table accordingly.
> Example:
> {code:xml}
> <fo:table>
> <fo:table-column column-width="29mm" text-align="right"/>
> <fo:table-body>
> <fo:table-cell border-end-style="solid" border-end-width="0.1mm"
> border-start-style="solid"
> border-start-width="0.1mm" border-after-style="solid"
> border-after-width="0.1mm"
> border-before-style="solid"
> border-before-width="0.1mm">
> <fo:block>test</fo:block>
> </fo:table-cell>
> </fo:table-body>
> </fo:table>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)