指定PdfPTable中使用Cell的比例float[] widths = {0.2f,0.3f,0.5f}; PdfPTable table = new PdfPTable(widths); PdfPCell cell = new ...
確定! 回上一頁