Don't use text-align="justify"

Try text-align="left"




                                                                                       
                                           
                      "Sergio"                                                         
                                           
                      <shernand@ipsoluc        To:       <[EMAIL PROTECTED]>      
                                           
                      iones.com>               cc:                                     
                                           
                                               Subject:  justifying text               
                                           
                      10/29/2002 11:42                                                 
                                           
                      AM                                                               
                                           
                      Please respond to                                                
                                           
                      fop-dev                                                          
                                           
                                                                                       
                                           
                                                                                       
                                           




I'm writing a text into a fo:block. There's too much text, with many
paragraphs.
The problem is that I dont want that the last line of a paragraph was
justified like is being:

(suppose that the symbol "|" is the left & rigth margin.)
NOW
|this is the text of the document|
|this is the text of the document|
|and         say             goodbye|
|                                              |
|this is the text of the document|
|this is the text of the document|
|and         say             goodbye|
|                                              |
|this is the text of the document|
|and say goodbye                    |

I WANT:

|this is the text of the document|
|this is the text of the document|
|and say goodbye                    |
|                                              |
|this is the text of the document|
|this is the text of the document|
|and say goodbye                    |
|                                              |
|this is the text of the document|
|and say goodbye                    |

the text is written into a fo:block like:

<fo:block text-align='justify' text-align-last='start' line-height='12pt'
font-size='8pt' space-before.optimum='1.5pt' space-after.optimum='1.5pt'
keep-together='always' color='gray'>
<fo:inline white-space-collapse='false'>this is the text of the document
this is the text of the document and say goodbye
this is the text of the document this is the text of the document and say
goodbye
this is the text of the document and say goodbye</fo:inline></fo:block>


Any idea will be welcome...

Sergio.








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

Reply via email to