Hello,
CM> Did you tried using the "width" and "height" attributes of a table-cell?
BC> My word is written in its cell (which has a fixed width) but also in the next cell.
BC> In fact what i would like to do is truncate the word if it is larger than the cell.
I've got the same problem. I've not defined "width" and "height", but used the column definitions:
<fo:table-column column-width="70mm"/>
<fo:table-column column-width="100mm"/>
The table is printed correctly, but if a cell content is larger then its cell, it's not clipped.
I've used several ways for clipping, and I guess that FOP can't clip yet, can it?
I tried to insert the cell's content into a block and defined several attributes, like
<fo:block clip="auto" overflow="scroll">
Running this fo, FOP warns me: Attribute "clip" is not supported yet.
I also tried other values for overflow without any effect.
Jens
