[EMAIL PROTECTED] wrote:

hi,

i got a problem which hasn 't been described in the mailing list archives.

i have a standard block article, what i know want is that the right-most
char of every line of text output is exactly aligned to every other right-most char of the other lines of this
article.
in other words, is there a way i can tell fop to adjust char padding in a
way that the left-most /
right-most char of a line is exactly aligned to that of the other lines?

This is the definition of justified text. To justify a block of text, use the text-align="justify" attribute, e.g.


<fo:block text-align="justify">
The fox jumped over the lazy cow. The fox jumped over the lazy cow. The fox jumped over the lazy cow. The fox jumped over the lazy cow. The fox jumped over the lazy cow. The fox jumped over the lazy cow. The fox jumped over the lazy cow. The fox jumped over the lazy cow. The fox jumped over the lazy cow. The fox jumped over the lazy cow.
</fo:block>


<snip/>

Chris


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



Reply via email to