public class DefaultDataTableExporter extends Object
Modifier and Type | Field and Description |
---|---|
static String |
LOGO_PATH_JPG |
static String |
LOGO_PATH_PNG |
Constructor and Description |
---|
DefaultDataTableExporter() |
Modifier and Type | Method and Description |
---|---|
void |
postProcessorExcel(Object document) |
void |
postProcessorPDF(Object document) |
void |
preProcessorExcel(Object document) |
void |
preProcessorPDF(Object document) |
public static final String LOGO_PATH_PNG
public static final String LOGO_PATH_JPG
public void preProcessorPDF(Object document) throws IOException, com.lowagie.text.BadElementException, com.lowagie.text.DocumentException
IOException
com.lowagie.text.BadElementException
com.lowagie.text.DocumentException
public void postProcessorPDF(Object document) throws IOException, com.lowagie.text.BadElementException, com.lowagie.text.DocumentException
IOException
com.lowagie.text.BadElementException
com.lowagie.text.DocumentException
public void preProcessorExcel(Object document) throws IOException, com.lowagie.text.BadElementException, com.lowagie.text.DocumentException
IOException
com.lowagie.text.BadElementException
com.lowagie.text.DocumentException
public void postProcessorExcel(Object document) throws IOException, com.lowagie.text.BadElementException, com.lowagie.text.DocumentException
IOException
com.lowagie.text.BadElementException
com.lowagie.text.DocumentException
Copyright © 2015. All rights reserved.