在 xls-fo fop 0.94 中使用 keep-together 以及 wrap-option="wrap" 会忽略 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>