我已经找到了问题的解决方案,要感谢你们所有人,因为没有你们及时的解决方案,并建议这是不可能实现的,非常感谢..!!
已经解决了这个问题,非常感谢..!!
试试这个属性`keep-with-next="always"
<fo:table-header>
<fo:table-row keep-with-next="always">
<fo:table-cell>
<fo:block font-weight="bold"></fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block text-align="left" space-after="4mm"
space-before="3mm" font-weight="bold">
<xsl:text>DEPARTMENT TOTALS</xsl:text>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-header>