itext pdf table 跨行垮列跨页显示问题

 

处理方式:

// 表格内容数据处理

PdfPTable table =new PdfPTable(8);
        table.setSplitLate(false);
        table.setSplitRows(true);

相关文章:

  • 2022-12-23
  • 2021-09-21
  • 2021-07-28
  • 2021-06-08
  • 2022-12-23
  • 2022-02-08
猜你喜欢
  • 2022-12-23
  • 2021-08-03
  • 2021-09-19
  • 2021-05-01
  • 2021-08-18
  • 2021-09-21
  • 2021-10-26
相关资源
相似解决方案