我需要在Apache-FOP中的表的列之间加上“间隙”:
<fo:table column-gap="2mm" width="156mm" height="260mm" table-layout="fixed" page-break-after="always">
<fo:table-column column-number="1" column-width="50mm"/>
<fo:table-column column-number="2" column-width="50mm"/>
<fo:table-column column-number="3" column-width="50mm"/>
<fo:table-body start-indent="0pt" text-align="start" font-family="Arial, Helvetica, Tahoma, sans-serif"
font-weight="normal" font-size="10pt">
// rows/cells stuff
</fo:table-body>
</fo:table>
我尝试使用柱间隙,间距前,左边距等,但是柱子却粘在了一起。不知道如何填补空白?也许唯一的解决方案是创建“空”列?
答案 0 :(得分:0)
不确定是否仍然相关,但您可以轻松地在希望有间隙的列之间放置另一个非常小的列。