xls-fo fop 0.94 で keep-together を wrap-option="wrap" と一緒に使用すると、ラップ オプションが無視されますか? 両方を機能させる方法はありますか?
<fo:table-row border="1pt solid black" keep-together="always">
<fo:table-cell>
<fo:block overflow="scroll" wrap-option="wrap">
This is a long text It is desired that this text be wrapped in the table cell but just can not make it happen!
</fo:block>
</fo:table-cell>
</fo:table-row>