You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by dav sem <se...@hotmail.com> on 2002/02/05 14:09:34 UTC

carriage return

Hi community,

If i have to fill text inside <fo:block>
like (I.E.):

Hi, [carriage return]
Community!

is possible?? which fo command I have
to include to tell FOP Render that my text
have 2 row????

DS.


_________________________________________________________________
Prova MSN Messenger per conversare in linea con i tuoi amici: 
http://messenger.msn.it


Re: carriage return

Posted by Aleksei Vassiljev <al...@hireright.ee>.
I am splitting such text in two blocks,
like
<fo:block>Hi,</fo:block>
<fo:block>Community</fo:block>

Aleksei Vassiljev

----- Original Message ----- 
From: "dav sem" <se...@hotmail.com>
To: <fo...@xml.apache.org>
Sent: Tuesday, February 05, 2002 15:09 
Subject: carriage return


> Hi community,
> 
> If i have to fill text inside <fo:block>
> like (I.E.):
> 
> Hi, [carriage return]
> Community!
> 
> is possible?? which fo command I have
> to include to tell FOP Render that my text
> have 2 row????
> 
> DS.
> 
> 
> _________________________________________________________________
> Prova MSN Messenger per conversare in linea con i tuoi amici: 
> http://messenger.msn.it
> 


Re: carriage return

Posted by Sebastian Will <s....@web.de>.
Hi Dav, 

why don't you write something like this:

<fo:block>
  <fo:block>Hi,</fo:block>
  <fo:block>Community!</fo:block>
</fo:block>

AFAIK is each block followed by a break.

Regards, 
Sebastian

----- Original Message ----- 
From: "dav sem" <se...@hotmail.com>
To: <fo...@xml.apache.org>
Sent: Tuesday, February 05, 2002 2:09 PM
Subject: carriage return


> Hi community,
> 
> If i have to fill text inside <fo:block>
> like (I.E.):
> 
> Hi, [carriage return]
> Community!
> 
> is possible?? which fo command I have
> to include to tell FOP Render that my text
> have 2 row????
> 
> DS.
> 
> 
> _________________________________________________________________
> Prova MSN Messenger per conversare in linea con i tuoi amici: 
> http://messenger.msn.it
> 


RE: carriage return

Posted by Andy Heynderickx <an...@delen.be>.
you could write 2 blocks
<fo:block>Hi,</fo:block>
<fo:block>Community!</fo:block>

or, but really not so practical: make a table with 2 rows

Andy


-----Original Message-----
From: dav sem [mailto:semprini_fop@hotmail.com]
Sent: dinsdag 5 februari 2002 14:10
To: fop-user@xml.apache.org
Subject: carriage return


Hi community,

If i have to fill text inside <fo:block>
like (I.E.):

Hi, [carriage return]
Community!

is possible?? which fo command I have
to include to tell FOP Render that my text
have 2 row????

DS.


_________________________________________________________________
Prova MSN Messenger per conversare in linea con i tuoi amici: 
http://messenger.msn.it