Hi Marc,
it isn't possible inside a block, but you can define a
block-container, specify the dimensions and then define the display-align
property, so for example:
<fo:block-container width="2cm" height="4cm" display-align="center">
<fo:block>My text</fo:block>
</fo:block-container>
will produce an area, inside the flow with the specified dimensions and will
render the inner text block in the middle, the subsequent block will be
rendered at the end of the area delimited by the block container
Hope this helps, Fabio
> -----Original Message-----
> From: Marc Jenzer [mailto:[EMAIL PROTECTED]]
> Sent: 11 October 2001 13:46
> To: [EMAIL PROTECTED]
> Subject: vertical align in a block
>
>
> Hello
>
> How can I define the vertical align (i.e. top / bottom..)
> from a text in a
> <fo:block>
>
> Thx
>
> Marc
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]