Re: Cell clipping

I just tested this in FOP 0.94 and this works perfectly:

<fo:table-cell>
<fo:block-container overflow="hidden" wrap-option="no-wrap">
<fo:block>
....


Jeremias Maerki-2 wrote:
> 
> 
> You don't, at least no directly. The overflow property doesn't apply to
> fo:table-cell directly since that FO doesn't generate a viewport, only a
> reference area. If you want to clip cell contents you put a
> block-container with the desired extents as a direct child of the cell
> and you set the overflow property there.
> 
> That'll work with Apache FOP 0.93.
> 
> 
> Jeremias Maerki
> 
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Overlap-Madness-tf4131976.html#a13114556
Sent from the w3.org - www-xsl-fo mailing list archive at Nabble.com.

Received on Tuesday, 9 October 2007 12:42:08 UTC