我对FOP还是很陌生,所以我尝试创建一个简单的表,在两个单元格之间没有边距,填充或分隔。如您在右下图中所看到的,有一行是我不想要的,我无法删除。表格来源很简单:
<fo:table inline-progression-dimension="auto" table-layout="auto"
font-size="0.7pc" hyphenate="true" font-weight="bold" font-family="Arial" >
<fo:table-body>
<fo:table-row margin-right="1pt">
<fo:table-cell background-color="#CC0000" color="#FFFFFF" display-align="center"
font-family="Arial" padding-left="2pt">
<fo:block border-right="1pt">
Text
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
有人可以解释一下如何摆脱这些限制吗?