net.sf.jasperreports.engine.export
Class JRXlsExporterNature

java.lang.Object
  extended by net.sf.jasperreports.engine.export.JRXlsExporterNature
All Implemented Interfaces:
ExporterFilter, ExporterNature

public class JRXlsExporterNature
extends java.lang.Object
implements ExporterNature

Version:
$Id: JRXlsExporterNature.java 1847 2007-09-06 15:56:10Z lucianc $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Constructor Summary
protected JRXlsExporterNature(ExporterFilter filter, boolean isIgnoreGraphics)
           
 
Method Summary
 boolean isDeep()
          Specified whether to include in the grid sub elements of frame elements
 boolean isHorizontallyMergeEmptyCells()
          Flag that specifies that empty cells are to be horizontally merged.
 boolean isIgnoreLastRow()
           
 boolean isSpanCells()
          Specifies whether the exporter handles cells span
 boolean isSplitSharedRowSpan()
           
 boolean isToExport(JRPrintElement element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRXlsExporterNature

protected JRXlsExporterNature(ExporterFilter filter,
                              boolean isIgnoreGraphics)
Method Detail

isToExport

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

isDeep

public boolean isDeep()
Description copied from interface: ExporterNature
Specified whether to include in the grid sub elements of frame elements

Specified by:
isDeep in interface ExporterNature

isSplitSharedRowSpan

public boolean isSplitSharedRowSpan()
Specified by:
isSplitSharedRowSpan in interface ExporterNature

isSpanCells

public boolean isSpanCells()
Description copied from interface: ExporterNature
Specifies whether the exporter handles cells span

Specified by:
isSpanCells in interface ExporterNature

isIgnoreLastRow

public boolean isIgnoreLastRow()
Specified by:
isIgnoreLastRow in interface ExporterNature

isHorizontallyMergeEmptyCells

public boolean isHorizontallyMergeEmptyCells()
Description copied from interface: ExporterNature
Flag that specifies that empty cells are to be horizontally merged.

If the flag is set and this nature is deep, the nature is required to export frames.

Specified by:
isHorizontallyMergeEmptyCells in interface ExporterNature
Returns:
whether empty cells are to be horizontally merged


© 2001-2006 JasperSoft Corporation www.jaspersoft.com