net.sf.dynamicreports.jasper.base.export
Class AbstractJasperExcelExporter
java.lang.Object
net.sf.dynamicreports.jasper.base.export.AbstractJasperExporter
net.sf.dynamicreports.jasper.base.export.AbstractJasperExcelExporter
- All Implemented Interfaces:
- Serializable, JasperIExcelExporter, JasperIExporter
- Direct Known Subclasses:
- JasperExcelApiXlsExporter, JasperXlsExporter, JasperXlsxExporter
public abstract class AbstractJasperExcelExporter
- extends AbstractJasperExporter
- implements JasperIExcelExporter
- Author:
- Ricardo Mariaca (dynamicreports@gmail.com)
- See Also:
- Serialized Form
| Methods inherited from class net.sf.dynamicreports.jasper.base.export.AbstractJasperExporter |
getEndPageIndex, getCharacterEncoding, getIgnorePageMargins, getOffsetX, getOffsetY, getOutputFile, getOutputFileName, getOutputStream, getOutputWriter, getPageIndex, getStartPageIndex, setEndPageIndex, setCharacterEncoding, setIgnorePageMargins, setOffsetX, setOffsetY, setOutputFile, setOutputFileName, setOutputStream, setOutputWriter, setPageIndex, setStartPageIndex |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.dynamicreports.jasper.definition.export.JasperIExporter |
getEndPageIndex, getCharacterEncoding, getIgnorePageMargins, getOffsetX, getOffsetY, getOutputFile, getOutputFileName, getOutputStream, getOutputWriter, getPageIndex, getStartPageIndex |
AbstractJasperExcelExporter
public AbstractJasperExcelExporter()
getOnePagePerSheet
public Boolean getOnePagePerSheet()
- Specified by:
getOnePagePerSheet in interface JasperIExcelExporter
setOnePagePerSheet
public void setOnePagePerSheet(Boolean onePagePerSheet)
getRemoveEmptySpaceBetweenRows
public Boolean getRemoveEmptySpaceBetweenRows()
- Specified by:
getRemoveEmptySpaceBetweenRows in interface JasperIExcelExporter
setRemoveEmptySpaceBetweenRows
public void setRemoveEmptySpaceBetweenRows(Boolean removeEmptySpaceBetweenRows)
getRemoveEmptySpaceBetweenColumns
public Boolean getRemoveEmptySpaceBetweenColumns()
- Specified by:
getRemoveEmptySpaceBetweenColumns in interface JasperIExcelExporter
setRemoveEmptySpaceBetweenColumns
public void setRemoveEmptySpaceBetweenColumns(Boolean removeEmptySpaceBetweenColumns)
getWhitePageBackground
public Boolean getWhitePageBackground()
- Specified by:
getWhitePageBackground in interface JasperIExcelExporter
setWhitePageBackground
public void setWhitePageBackground(Boolean whitePageBackground)
getDetectCellType
public Boolean getDetectCellType()
- Specified by:
getDetectCellType in interface JasperIExcelExporter
setDetectCellType
public void setDetectCellType(Boolean detectCellType)
getSheetNames
public List<String> getSheetNames()
- Specified by:
getSheetNames in interface JasperIExcelExporter
setSheetNames
public void setSheetNames(List<String> sheetNames)
addSheetName
public void addSheetName(String sheetName)
getFontSizeFixEnabled
public Boolean getFontSizeFixEnabled()
- Specified by:
getFontSizeFixEnabled in interface JasperIExcelExporter
setFontSizeFixEnabled
public void setFontSizeFixEnabled(Boolean fontSizeFixEnabled)
getImageBorderFixEnabled
public Boolean getImageBorderFixEnabled()
- Specified by:
getImageBorderFixEnabled in interface JasperIExcelExporter
setImageBorderFixEnabled
public void setImageBorderFixEnabled(Boolean imageBorderFixEnabled)
getMaxRowsPerSheet
public Integer getMaxRowsPerSheet()
- Specified by:
getMaxRowsPerSheet in interface JasperIExcelExporter
setMaxRowsPerSheet
public void setMaxRowsPerSheet(Integer maxRowsPerSheet)
getIgnoreGraphics
public Boolean getIgnoreGraphics()
- Specified by:
getIgnoreGraphics in interface JasperIExcelExporter
setIgnoreGraphics
public void setIgnoreGraphics(Boolean ignoreGraphics)
getCollapseRowSpan
public Boolean getCollapseRowSpan()
- Specified by:
getCollapseRowSpan in interface JasperIExcelExporter
setCollapseRowSpan
public void setCollapseRowSpan(Boolean collapseRowSpan)
getIgnoreCellBorder
public Boolean getIgnoreCellBorder()
- Specified by:
getIgnoreCellBorder in interface JasperIExcelExporter
setIgnoreCellBorder
public void setIgnoreCellBorder(Boolean ignoreCellBorder)
getIgnoreCellBackground
public Boolean getIgnoreCellBackground()
- Specified by:
getIgnoreCellBackground in interface JasperIExcelExporter
setIgnoreCellBackground
public void setIgnoreCellBackground(Boolean ignoreCellBackground)
getPassword
public String getPassword()
- Specified by:
getPassword in interface JasperIExcelExporter
setPassword
public void setPassword(String password)
Copyright © 2010-2012. All Rights Reserved.