net.sf.dynamicreports.jasper.definition.export
Interface JasperIExcelExporter

All Superinterfaces:
JasperIExporter, Serializable
All Known Subinterfaces:
JasperIExcelApiXlsExporter, JasperIXlsExporter, JasperIXlsxExporter
All Known Implementing Classes:
AbstractJasperExcelExporter, JasperExcelApiXlsExporter, JasperXlsExporter, JasperXlsxExporter

public interface JasperIExcelExporter
extends JasperIExporter

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Method Summary
 Boolean getCollapseRowSpan()
           
 Boolean getDetectCellType()
           
 Boolean getFontSizeFixEnabled()
           
 Boolean getIgnoreCellBackground()
           
 Boolean getIgnoreCellBorder()
           
 Boolean getIgnoreGraphics()
           
 Boolean getImageBorderFixEnabled()
           
 Integer getMaxRowsPerSheet()
           
 Boolean getOnePagePerSheet()
           
 String getPassword()
           
 Boolean getRemoveEmptySpaceBetweenColumns()
           
 Boolean getRemoveEmptySpaceBetweenRows()
           
 List<String> getSheetNames()
           
 Boolean getWhitePageBackground()
           
 
Methods inherited from interface net.sf.dynamicreports.jasper.definition.export.JasperIExporter
getEndPageIndex, getCharacterEncoding, getIgnorePageMargins, getOffsetX, getOffsetY, getOutputFile, getOutputFileName, getOutputStream, getOutputWriter, getPageIndex, getStartPageIndex
 

Method Detail

getOnePagePerSheet

Boolean getOnePagePerSheet()

getRemoveEmptySpaceBetweenRows

Boolean getRemoveEmptySpaceBetweenRows()

getRemoveEmptySpaceBetweenColumns

Boolean getRemoveEmptySpaceBetweenColumns()

getWhitePageBackground

Boolean getWhitePageBackground()

getDetectCellType

Boolean getDetectCellType()

getSheetNames

List<String> getSheetNames()

getFontSizeFixEnabled

Boolean getFontSizeFixEnabled()

getImageBorderFixEnabled

Boolean getImageBorderFixEnabled()

getMaxRowsPerSheet

Integer getMaxRowsPerSheet()

getIgnoreGraphics

Boolean getIgnoreGraphics()

getCollapseRowSpan

Boolean getCollapseRowSpan()

getIgnoreCellBorder

Boolean getIgnoreCellBorder()

getIgnoreCellBackground

Boolean getIgnoreCellBackground()

getPassword

String getPassword()


Copyright © 2010-2014. All Rights Reserved.