| 程序包 | 说明 |
|---|---|
| cn.afterturn.easypoi.pdf |
EasyPOI的PDF模块
|
| cn.afterturn.easypoi.pdf.export |
| 限定符和类型 | 方法和说明 |
|---|---|
static com.itextpdf.layout.Document |
PdfExportUtil.exportPdf(PdfExportParams entity,
java.lang.Class<?> pojoClass,
java.util.Collection<?> dataSet,
java.io.OutputStream outStream)
根据注解导出数据
|
static com.itextpdf.layout.Document |
PdfExportUtil.exportPdf(PdfExportParams entity,
java.util.List<ExcelExportEntity> entityList,
java.util.Collection<? extends java.util.Map<?,?>> dataSet,
java.io.OutputStream outStream)
根据Map创建对应的PDF
|
| 限定符和类型 | 方法和说明 |
|---|---|
com.itextpdf.layout.Document |
PdfExportServer.createPdf(PdfExportParams entity,
java.lang.Class<?> pojoClass,
java.util.Collection<?> dataSet)
创建Pdf的表格数据
|
com.itextpdf.layout.Document |
PdfExportServer.createPdfByExportEntity(PdfExportParams entity,
java.util.List<ExcelExportEntity> excelParams,
java.util.Collection<?> dataSet) |
| 构造器和说明 |
|---|
PdfExportServer(java.io.OutputStream outStream,
PdfExportParams entity) |
Copyright © 2021 悟耘. All Rights Reserved.