Hello
List,
is it
possible to align text with in a "fo:inline"?
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.
How is this possible - if it
is?
best regards &
thanks!