Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的报告标题和评论中添加两行。
mainTable.addCell(headingCell); mainTable.addCell(commentCell);
现在,当我添加文本超过页面总空间的评论时,它是从新页面开始评论,而不是从同一页面开始。从下一页开始,它正在破坏每一页的文本,但从第一页开始移动。
我想从第一页开始评论并流到下一页。
现在当我设置 mainTable.setSplitLate(false); 添加单元格后。