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表の長さが1ページを超える場合、すべてのページでaの見出しを繰り返すにはどうすればよいですか?
PdfPTable
setHeaderRows(int headerRows)を見てくださいPdfPTable。そこでヘッダーとして定義された行は、新しいページに保持される必要があります。
setHeaderRows(int headerRows)
table.setHeaderRows(1)
ヘッダーとしての最初の行。
APIを参照してください。