【发布时间】:2017-02-16 16:53:14
【问题描述】:
我是 XSL-FO (fop apache) 我想并排放置 3 张桌子! 尝试了很多东西,但还没有找到解决方案。 这是我的代码的重要和平:
<fo:table table-layout="fixed" width="60mm" keep-together.within-page="always" border-width="1pt" border-style="solid" border-color="black" >
<fo:table-column column-width="40mm"/>
<fo:table-column column-width="20mm"/>
<fo:table-body>
<fo:table-row>
<fo:table-cell text-indent="1mm">
<fo:block>test:</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block>test</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
现在我想并排添加 3 个相同的表。有人可以帮忙吗?
【问题讨论】:
-
进一步描述当一个或多个页面浏览时会发生什么,以及当一个页面比其他页面长时会发生什么。另外,行高是不同还是一样?
-
您好@KevinBrown 半页上的 3 个表格高度无关紧要,只是想知道如何将它们放在 bij 一侧。桌子的所有高度都相同