I tried this sample code, but it doesn't work (CVS Version from last week)!!
Did that work earlier?

-----Ursprüngliche Nachricht-----
Von: Giannetti, Fabio [mailto:[EMAIL PROTECTED]]
Gesendet: Donnerstag, 11. Oktober 2001 14:54
An: '[EMAIL PROTECTED]'
Betreff: RE: vertical align in a block


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]

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

Reply via email to