I seem to recall that the fo:block wrap-option="wrap | no-wrap" attribute works in cells.
Yes, it works. However, if the content is too large for the cell, it will visibly overflow into whatever is further in inline progression direction (read: table cells to the right).
The standard provides the property overflow="hidden" (not ="clip", sorry) to clip the overflowing content, and this doesn't work in FOP, at least for rendering PDF.
J.Pietschmann
