net.sf.jasperreports.engine.export
Class JExcelApiExporterNature
java.lang.Object
net.sf.jasperreports.engine.export.AbstractExporterNature
net.sf.jasperreports.engine.export.JRXlsAbstractExporterNature
net.sf.jasperreports.engine.export.JExcelApiExporterNature
- All Implemented Interfaces:
- ExporterFilter, ExporterNature
public class JExcelApiExporterNature
- extends JRXlsAbstractExporterNature
- Version:
- $Id: JExcelApiExporterNature.java 5180 2012-03-29 13:23:12Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
|
Constructor Summary |
protected |
JExcelApiExporterNature(ExporterFilter filter,
boolean isIgnoreGraphics)
Deprecated. Replaced by JExcelApiExporterNature(JasperReportsContext, ExporterFilter, boolean, boolean). |
protected |
JExcelApiExporterNature(ExporterFilter filter,
boolean isIgnoreGraphics,
boolean isIgnorePageMargins)
Deprecated. Replaced by JExcelApiExporterNature(JasperReportsContext, ExporterFilter, boolean, boolean). |
protected |
JExcelApiExporterNature(JasperReportsContext jasperReportsContext,
ExporterFilter filter,
boolean isIgnoreGraphics,
boolean isIgnorePageMargins)
|
| Methods inherited from class net.sf.jasperreports.engine.export.JRXlsAbstractExporterNature |
getColumnAutoFit, getColumnWidthRatio, getCustomColumnWidth, getFirstPageNumber, getPageScale, getPropertiesUtil, getRowAutoFit, getRowLevelSuffixes, getSheetName, isBreakAfterRow, isBreakBeforeRow, isDeep, isHorizontallyMergeEmptyCells, isIgnoreLastRow, isIgnorePageMargins, isSpanCells, isSplitSharedRowSpan, setXProperties, setXProperties, setYProperties, setYProperties |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JExcelApiExporterNature
protected JExcelApiExporterNature(ExporterFilter filter,
boolean isIgnoreGraphics)
- Deprecated. Replaced by
JExcelApiExporterNature(JasperReportsContext, ExporterFilter, boolean, boolean).
JExcelApiExporterNature
protected JExcelApiExporterNature(ExporterFilter filter,
boolean isIgnoreGraphics,
boolean isIgnorePageMargins)
- Deprecated. Replaced by
JExcelApiExporterNature(JasperReportsContext, ExporterFilter, boolean, boolean).
JExcelApiExporterNature
protected JExcelApiExporterNature(JasperReportsContext jasperReportsContext,
ExporterFilter filter,
boolean isIgnoreGraphics,
boolean isIgnorePageMargins)
isToExport
public boolean isToExport(JRPrintElement element)
- Specified by:
isToExport in interface ExporterFilter- Overrides:
isToExport in class JRXlsAbstractExporterNature
Copyright © 2012. All Rights Reserved.