Currently this is not implemented, that is the value is read but nothing is
done with the overflow that you have set.

On Mon, 06 Aug 2001 21:51:56 eric.deandrea wrote:
> I have a table with 4 columns. One of the cells has text in it that is
> bigger than the size of the column and the text is over-writing the text
> in
> the following cell. How do I stop this? I have this:
> 
> <fo:table>
>       <fo:table-column column-width="2.625in"/>
>       <fo:table-column column-width="2.625in"/>
>       <fo:table-column column-width="2.625in"/>
>       <fo:table-column column-width="2.625in"/>
>       <fo:table-body>
>               <fo:table-row>
>                       <fo:table-cell>
>                               <fo:block
>                                       text-align="start"
>                                       font-size="10pt"
>                                       line-height="14pt"
>                                       overflow="hidden"
>                                       wrap-option="wrap">


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

Reply via email to