[EMAIL PROTECTED] wrote:

Hello List,
is it possible to align text with in a "fo:inline"?

No.

Example:
<fo:block text-align="left">
  <fo:block>line1</fo:block>
  <fo:block>line3</fo:block>
  <fo:inline text-align="right">line3</fo:inline>
  <fo:inline text-align="right">line4</fo:inline>
</fo:block text-align="left">
In this example I want to have line 1& line 2 left aligned in different rows . But Line 3 & Line 4 right aligned together in one row.

If the text in the inline is meant to represent a line then you should use a block as a container for the text.

How is this possible - if it is?

If you use fo:block instead of fo:inline then you can align each block differently.

Chris



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

Reply via email to