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.
PdfPTable如果表格的长度超过一页,如何在所有页面中重复 a 的标题?
PdfPTable
看看。setHeaderRows(int headerRows)_ PdfPTable在那里定义为标题的行应该保留在新页面上。
setHeaderRows(int headerRows)
table.setHeaderRows(1)
第一行作为标题。
请参阅API。