Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
2.5
-
None
-
None
-
Operating System: Linux
Platform: Other
-
40930
Description
I'm trying to center a table cell vertically and horizontally.
The following works for PDF but not RTF output in fop-trunk:
<fo:table-cell display-align="center">
<fo:block text-align="center">
Test<fo:block />
</fo:block>
</fo:table-cell>