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=20280>.
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=20280





------- Additional Comments From [EMAIL PROTECTED]  2007-11-07 07:55 -------
I have an issue with RTF output which I think is due to text-align-last...

The last line in a block has spacing 10pt before in RTF but is fine in PDF.

Here's the XSL-FO which I have edited down:

<fo:flow flow-name="xsl-region-body">
  <fo:block font-family="sazanami-mincho, msmincho, Arial, sans serif"
              font-size="10pt">

       ... Preceding blocks deleted for sake of brevity

    <fo:block font-size="10pt" 
              font-family="sazanami-mincho, msmincho, Arial, sans serif"
              space-before="1em" text-align="left" text-align-last="relative">

        &#65288;&#65297;&#65289;&#34892;&#28858;&#12434; etc...
         <fo:block space-after="0.001mm"> </fo:block>
        &#65288;&#65298;&#65289;&#26032;&#28511; etc...
         <fo:block space-after="0.001mm"> </fo:block>
        &#65288;&#65299;&#65289;&#23558;&#26469;  etc... This is the one that 
gets 10pt before
    </fo:block>

  </fo:block>
  
  <fo:block text-align="center" space-after="1em">
    <fo:inline>*******</fo:inline>
  </fo:block>

   <fo:block/>

</fo:flow>





-- 
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