public class PdfExportServer extends ExportBase
dataHanlder, needHanlderList| 构造器和说明 |
|---|
PdfExportServer(OutputStream outStream,
PdfExportParams entity) |
| 限定符和类型 | 方法和说明 |
|---|---|
com.itextpdf.text.Document |
createPdf(PdfExportParams entity,
Class<?> pojoClass,
Collection<?> dataSet)
创建Pdf的表格数据
|
com.itextpdf.text.Document |
createPdfByExportEntity(PdfExportParams entity,
List<ExcelExportEntity> excelParams,
Collection<?> dataSet) |
getAllExcelField, getCellValue, getFieldBySomeMethod, getFieldLength, getListCellValue, getRowHeight, getRowNums, indexExcelEntity, sortAllParamspublic PdfExportServer(OutputStream outStream, PdfExportParams entity)
public com.itextpdf.text.Document createPdf(PdfExportParams entity, Class<?> pojoClass, Collection<?> dataSet)
entity - pojoClass - dataSet - public com.itextpdf.text.Document createPdfByExportEntity(PdfExportParams entity, List<ExcelExportEntity> excelParams, Collection<?> dataSet)
Copyright © 2017. All Rights Reserved.