net.sf.jasperreports.engine.export
Interface ExporterNature

All Superinterfaces:
ExporterFilter
All Known Implementing Classes:
JExcelApiExporterNature, JRCsvExporterNature, JRHtmlExporterNature, JROdtExporterNature, JRXlsExporterNature

public interface ExporterNature
extends ExporterFilter

Version:
$Id: ExporterNature.java 1836 2007-08-31 15:02:00Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

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()
           
 
Methods inherited from interface net.sf.jasperreports.engine.export.ExporterFilter
isToExport
 

Method Detail

isDeep

boolean isDeep()
Specified whether to include in the grid sub elements of frame elements


isSplitSharedRowSpan

boolean isSplitSharedRowSpan()

isSpanCells

boolean isSpanCells()
Specifies whether the exporter handles cells span


isIgnoreLastRow

boolean isIgnoreLastRow()

isHorizontallyMergeEmptyCells

boolean isHorizontallyMergeEmptyCells()
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.

Returns:
whether empty cells are to be horizontally merged


© 2001-2006 JasperSoft Corporation www.jaspersoft.com