private static PdfPCell GetCell(String text, int colSpan, int rowSpan ) { PdfPCell cell = new PdfPCell(new Phrase(text)); cell.
確定! 回上一頁