Hello cbowditch and thanks for your answer,

I understand the display-align="after" property on fo:table-cell element.
But i cannot i cannot understand how can align the whole block-container
inside cell
example align right of block container

 ----------------------------------------
|     cell                          ----------     |
|                                  | container|    |
|                                   ---------       |
 ----------------------------------------

cbowditch wrote:
> 
> George Tsopouridis wrote:
> 
>> is it possible to allign a block-container inside a table-cell
>> (block-container has less width than cell );;
> 
> I don't understand your question, but this is what it sounded like:
> 
> <fo:table-column column-number="1" column-width="50%"/>
> 
> ...
> 
> <fo:table-cell>
> <fo:block>
> <fo:block-container width="40%">
> <fo:block>
> Text in BC inside cell
> </fo:block>
> </fo:block-container>
> </fo:block>
> </fo:table-cell>
> 
>> 
>> Also, is it possible to allign my cell-content at cell-bottom
>> (vertically);;
> 
> Yes. Use display-align="after" property on fo:table-cell element.
> 
> Regards,
> 
> Chris
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/fop-block-container-alignment-%28cell-alignment%29-tp18481551p18487562.html
Sent from the FOP - Users mailing list archive at Nabble.com.


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

Reply via email to