RE: <BR> in FO

[email protected] (Hanno v Maanen) Thu, 6 Jun 2002 18:04:00 +0200
Newsgroups gmane.text.xml.jfor.general
Message-ID <[email protected]>
Thanks
Indeed this gives a new block, but <fo:block/> does the same.

<fo:block font-family="Arial"  font-size="20pt">
   line 1<fo:block>&#160;</fo:block>
   line 2
</fo:block>

The problem is that the font type and size are not used for the text after
the break ("line 2").
Maybe this is functionality not supported with the current version of jfor??

In RTF it is possible toe use Hard linebreaks and soft linebreaks. Is there
a way to generate a soft linebreak with FO as a workaround?

Thanks
Hanno van Maanen


 -----Oorspronkelijk bericht-----
Van: Chris Senack [mailto:[email protected]]
Verzonden: donderdag 6 juni 2002 17:42
Aan: [email protected]
CC: Hanno v Maanen
Onderwerp: Re: [jfor-users] <BR> in FO


  Try <fo:block>&#160;</fo:block>. Its similar to the HTML <br> tag.


   <fo:block font-family="Arial"  font-size="20pt">
     line 1
      <fo:block>&#160;</fo:block>.
     line 2
  </fo:block>

  I think this is what your looking for, I'm pretty new at this.
  Hope it helps.

  Chris Senack