首先利用PdfPCell.Colspan屬性可以達成TABLE的COLUMN SPAN的效果,同理應用在Rowspan上面: PdfPTable table = new PdfPTable(2); PdfPCell cell1 = new ...
確定! 回上一頁