如何使用iText5使内部表和外部表重合

时间:2019-04-29 02:40:32

标签: java itext

我正在使用iText5创建具有3行的表:

  • 行1用于标题
  • 数据行2(其中包含一个包含许多行的内部表)
  • 第3行的页脚

为了清楚显示,我将内部表格的边框设为红色

如果数据行(第2行)在一页中,则结果正常:

enter image description here

但是如果数据行(第2行)超过一页,则数据行的底部有一个空白,我不知道为什么:

enter image description here

在我的代码中,我设置了

outerTable.setSplitLate(false);

第二行pdfPCell.setPadding(0);

0 个答案:

没有答案