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.
