Jeremias Maerki <dev <at> jeremias-maerki.ch> writes:

> 
> Without the XSL-FO to demonstrate the problem, there's not much that can
> be done.

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

        (1)行為を etc...
         <fo:block space-after="0.001mm"> </fo:block>
        (2)新潟 etc...
         <fo:block space-after="0.001mm"> </fo:block>
        (3)将来  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>

I suspect the source of the problem is the way FOP handles
     
    text-align-last="relative"


> Please also note that the RTF output is not as mature or
> complete as PDF output. Some features of XSL-FO can even not properly be
> mapped to RTF so some compromises may be necessary.

I had been warned ... FWIW I see there is a current open issue "text-align and
text-align-last only partially implemented"
http://issues.apache.org/bugzilla/show_bug.cgi?id=20280 which may have some
bearing on the problem...

regards,

Gerry








---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to