setWidths(columnWidths); PdfPCell cellFooter = new PdfPCell(new Phrase("Rows One", ARIAL_12_BOLD)); table.addCell(cellFooter); for(int k=0; k<3; k++){ table ...
確定! 回上一頁