[
https://issues.apache.org/jira/browse/FOP-2690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oblio Leitch closed FOP-2690.
-----------------------------
Resolution: Invalid
While it would be convenient, this isn't in the spec
> 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)