I'm not sure what you mean by row either, but you could use inline instead
of block.

<fo:block><fo:inline>First text</fo:inline><fo:inline>Second
text</fo:inline></fo:block>

this way you don't start Second text on a new line (if new line is what you
meant by row).

JohnPT



                                                                                       
                                                  
                    Karen Lease <[EMAIL PROTECTED]>                              
                                                  
                    Sent by:                                                   To:     
[EMAIL PROTECTED]                            
                    fop-dev-return-10875-jthaemlitz=oreillyauto.com@XML.       cc:     
                                                  
                    APACHE.ORG                                                 
Subject:     Re: fo:block                                 
                                                                                       
                                                  
                                                                                       
                                                  
                    10/15/01 03:58 PM                                                  
                                                  
                    Please respond to fop-dev                                          
                                                  
                                                                                       
                                                  
                                                                                       
                                                  




Hi Pablo,

I'm not sure what you mean by "row". If you mean a line of text, the
answer is no, at least not like that. You can try using a leader between
the text, replacing the leader-length value with what you want.

<fo:block>First text<fo:leader leader-pattern="space"
leader-length="6cm"/>Second text</fo:block>

Or using a table row with several cells and put each of your blocks in a
cell.

HTH,
Karen



Pablo Iaria wrote:
>
> Hi all,
>     How can I do to have several blocks in the same row ?
>
>     Example:
>     Suposse I have:
>
>     <fo:block>First text</fo:block>
>     <fo:block>Second text</fo:block>
>
>     And I want to get "First text" and "second text" in the same row.
>
>
> Thanks in advance,
>     Pablo.-
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]

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









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

Reply via email to