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 2084 2008-02-08 14:44:57Z 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 isIgnorePageMargins()
          Specifies whether empty page margins should be ignored
 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()

isIgnorePageMargins

boolean isIgnorePageMargins()
Specifies whether empty page margins should be ignored


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