문제

how to do long text overlay over two cells (like in excel when text is to long for one, then it's expanded on next cell)

<fo:table-cell white-space="nowrap">
    <fo:block margin-left="1cm" >blablabla<xsl:value-of select="sth"/> sthsthsthsth</fo:block>
</fo:table-cell>
<fo:table-cell>
    <fo:block/>
</fo:table-cell>
도움이 되었습니까?

해결책

omit the following cell and use number-columns-spanned="2" but this behavior is not going to automatically happen if the text happens to be long. It is always going to span two columns regardless of length.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top