public class PdfTableGenerate extends Object
| 构造器和说明 |
|---|
PdfTableGenerate() |
| 限定符和类型 | 方法和说明 |
|---|---|
static com.itextpdf.text.pdf.PdfPCell |
createCell(String value,
int colSpan,
int size) |
static com.itextpdf.text.pdf.PdfPTable |
getPdfPTable(com.itextpdf.text.pdf.PdfPTable pdfPTable,
Map<String,PdfEntity> pdfEntityMap)
获取PdfPTable
|
static com.itextpdf.text.pdf.PdfPTable |
pdfPTableGenerate(com.itextpdf.text.pdf.PdfPTable pdfPTable,
Object obj)
获取到表格的标题、内容、文字大小、单元格
|
public static com.itextpdf.text.pdf.PdfPTable pdfPTableGenerate(com.itextpdf.text.pdf.PdfPTable pdfPTable,
Object obj)
pdfPTable - 表格的标题obj - 对象public static com.itextpdf.text.pdf.PdfPTable getPdfPTable(com.itextpdf.text.pdf.PdfPTable pdfPTable,
Map<String,PdfEntity> pdfEntityMap)
pdfPTable - pdfPTablepdfEntityMap - pdfEntityMappublic static com.itextpdf.text.pdf.PdfPCell createCell(String value, int colSpan, int size)
Copyright © 2021. All rights reserved.