net.sf.jasperreports.engine.export
Class JExcelApiExporterNature

java.lang.Object
  extended by net.sf.jasperreports.engine.export.AbstractExporterNature
      extended by net.sf.jasperreports.engine.export.JRXlsAbstractExporterNature
          extended by 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)

Field Summary
 
Fields inherited from class net.sf.jasperreports.engine.export.JRXlsAbstractExporterNature
isIgnoreGraphics, isIgnorePageMargins, PROPERTY_BREAK_AFTER_ROW, PROPERTY_BREAK_BEFORE_ROW
 
Fields inherited from class net.sf.jasperreports.engine.export.AbstractExporterNature
filter, jasperReportsContext, propertiesUtil
 
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)
           
 
Method Summary
 boolean isToExport(JRPrintElement element)
           
 
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
 

Constructor Detail

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)
Method Detail

isToExport

public boolean isToExport(JRPrintElement element)
Specified by:
isToExport in interface ExporterFilter
Overrides:
isToExport in class JRXlsAbstractExporterNature


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com