net.sf.jasperreports.engine.export
Class JExcelApiExporterNature

java.lang.Object
  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 3033 2009-08-27 11:46:22Z teodord $
Author:
Teodor Danciu ([email protected])

Field Summary
 
Fields inherited from class net.sf.jasperreports.engine.export.JRXlsAbstractExporterNature
filter, isIgnoreGraphics, isIgnorePageMargins, PROPERTY_BREAK_AFTER_ROW, PROPERTY_BREAK_BEFORE_ROW
 
Constructor Summary
protected JExcelApiExporterNature(ExporterFilter filter, boolean isIgnoreGraphics)
           
protected JExcelApiExporterNature(ExporterFilter filter, boolean isIgnoreGraphics, boolean isIgnorePageMargins)
           
 
Method Summary
 
Methods inherited from class net.sf.jasperreports.engine.export.JRXlsAbstractExporterNature
isBreakAfterRow, isBreakBeforeRow, isDeep, isHorizontallyMergeEmptyCells, isIgnoreLastRow, isIgnorePageMargins, isSpanCells, isSplitSharedRowSpan, isToExport
 
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)

JExcelApiExporterNature

protected JExcelApiExporterNature(ExporterFilter filter,
                                  boolean isIgnoreGraphics,
                                  boolean isIgnorePageMargins)


Copyright © 2011. All Rights Reserved.