7
xls-fo fop 0.94 wrap-option = "wrap"과 함께 keep-together를 사용하면 줄 바꿈 옵션이 무시됩니까? 둘 다 작동하도록 할 수있는 방법이 있습니까?xls-fo fop 0.94 keep-together with 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>