DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41377>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41377

           Summary: Alignment (end, right) does not work in table-cells
           Product: Fop
           Version: 0.93
          Platform: All
        OS/Version: Windows XP
            Status: NEW
          Severity: blocker
          Priority: P1
         Component: rtf
        AssignedTo: fop-dev@xmlgraphics.apache.org
        ReportedBy: [EMAIL PROTECTED]


Trying to create right aligned text within tablecells doesn't work for rtf.
Using code like this:

<fo:table>
        <fo:table-column column-width="9cm" />
        <fo:table-column column-width="9cm" />
        <fo:table-body>
                <fo:table-row>
                        <fo:table-cell display-align="end">
                                <fo:block text-align="end">
                                        right1
                                </fo:block>
                        </fo:table-cell>
                        <fo:table-cell display-align="start">
                                <fo:block text-align="start">
                                        left1
                                </fo:block>
                        </fo:table-cell>
                </fo:table-row>
                <fo:table-row>
                        <fo:table-cell display-align="end">
                                <fo:block text-align="end">
                                        right2
                                </fo:block>
                        </fo:table-cell>
                        <fo:table-cell display-align="start">
                                <fo:block text-align="start">
                                        left2
                                </fo:block>
                        </fo:table-cell>
                </fo:table-row>
        </fo:table-body>

produces a rtf document with a table where all strings are left-aligned.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to