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>
column-gap、spacing-before、margin-left などを使用してみましたが、列はまだくっついています。間にギャップを置く方法はありますか?おそらく唯一の解決策は、「空の」列を作成することですか?