net.sf.jasperreports.engine.export
Class JRXlsExporterNature

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.JRXlsExporterNature
All Implemented Interfaces:
ExporterFilter, ExporterNature

public class JRXlsExporterNature
extends JRXlsAbstractExporterNature

Version:
$Id: JRXlsExporterNature.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
JRXlsExporterNature(ExporterFilter filter, boolean isIgnoreGraphics)
          Deprecated. Replaced by JRXlsExporterNature(JasperReportsContext, ExporterFilter, boolean, boolean).
JRXlsExporterNature(ExporterFilter filter, boolean isIgnoreGraphics, boolean isIgnorePageMargins)
          Deprecated. Replaced by JRXlsExporterNature(JasperReportsContext, ExporterFilter, boolean, boolean).
JRXlsExporterNature(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

JRXlsExporterNature

public JRXlsExporterNature(ExporterFilter filter,
                           boolean isIgnoreGraphics)
Deprecated. Replaced by JRXlsExporterNature(JasperReportsContext, ExporterFilter, boolean, boolean).


JRXlsExporterNature

public JRXlsExporterNature(ExporterFilter filter,
                           boolean isIgnoreGraphics,
                           boolean isIgnorePageMargins)
Deprecated. Replaced by JRXlsExporterNature(JasperReportsContext, ExporterFilter, boolean, boolean).


JRXlsExporterNature

public JRXlsExporterNature(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