public class ACXlsExportParametersBean
extends com.jaspersoft.jasperserver.api.engine.jasperreports.common.AbstractExportParameters
Constructor and Description |
---|
ACXlsExportParametersBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getCollapseRowSpan()
Get the collapseRowSpan.
|
java.lang.Boolean |
getDetectCellType()
Get the detectCellType
|
java.lang.Boolean |
getFontSizeFixEnabled()
Get the fontSizeFixEnabled.
|
java.lang.String |
getFormatType() |
java.lang.Boolean |
getIgnoreCellBorder()
Get the ignoreCellBorder.
|
java.lang.Boolean |
getIgnoreGraphics()
Get the ignoreGraphics.
|
java.lang.String |
getLicenseFile()
Get the the license file.
|
java.lang.Integer |
getMaximumRowsPerSheet()
Get the maximumRowsPerSheet.
|
java.lang.Boolean |
getOnePagePerSheet()
Get the onePagePerSheet.
|
java.lang.Boolean |
getRemoveEmptySpaceBetweenColumns()
Get the removeEmptySpaceBetweenColumns.
|
java.lang.Boolean |
getRemoveEmptySpaceBetweenRows()
Get the removeEmptySpaceBetweenRows.
|
java.lang.Boolean |
getUseExcelChart()
Get the useExcelChart.
|
java.lang.Boolean |
getWhitePageBackground()
Get the whitePageBackground.
|
java.util.Map |
getXlsFormatPatternsMap()
Get the xlsFormatPatternsMap.
|
void |
setCollapseRowSpan(java.lang.Boolean collapseRowSpan)
Set the collapseRowSpan.
|
void |
setDetectCellType(java.lang.Boolean detectCellType)
Set the detectCellType.
|
void |
setFontSizeFixEnabled(java.lang.Boolean fontSizeFixEnabled)
Set the fontSizeFixEnabled.
|
void |
setFormatType(java.lang.String formatType) |
void |
setIgnoreCellBorder(java.lang.Boolean ignoreCellBorder)
Set the ignoreCellBorder.
|
void |
setIgnoreGraphics(java.lang.Boolean ignoreGraphics)
Set the ignoreGraphics.
|
void |
setLicenseFile(java.lang.String licenseFile)
Set the the license file.
|
void |
setMaximumRowsPerSheet(java.lang.Integer maximumRowsPerSheet)
Set the maximumRowsPerSheet.
|
void |
setOnePagePerSheet(java.lang.Boolean onePagePerSheet)
Set the onePagePerSheet
|
void |
setPropertyValues(java.lang.Object object)
Set the property values from object.
|
void |
setRemoveEmptySpaceBetweenColumns(java.lang.Boolean removeEmptySpaceBetweenColumns)
Set the removeEmptySpaceBetweenColumns.
|
void |
setRemoveEmptySpaceBetweenRows(java.lang.Boolean removeEmptySpaceBetweenRows)
Set the removeEmptySpaceBetweenRows.
|
void |
setUseExcelChart(java.lang.Boolean useExcelChart)
Set the useExcelChart.If it's TRUE, the exporter will translate charts to excel format.
|
void |
setWhitePageBackground(java.lang.Boolean whitePageBackground)
Set the whitePageBackground.
|
void |
setXlsFormatPatternsMap(java.util.Map xlsFormatPatternsMap)
Set the xlsFormatPatternsMap.
|
public java.lang.String getFormatType()
public void setFormatType(java.lang.String formatType)
public java.lang.Boolean getUseExcelChart()
public void setUseExcelChart(java.lang.Boolean useExcelChart)
useExcelChart
- The useExcelChart to set.public java.lang.Boolean getDetectCellType()
public void setDetectCellType(java.lang.Boolean detectCellType)
detectCellType
- The detectCellType to set.public java.lang.Boolean getOnePagePerSheet()
public void setOnePagePerSheet(java.lang.Boolean onePagePerSheet)
onePagePerSheet
- The onePagePerSheet to set.public java.lang.Boolean getRemoveEmptySpaceBetweenRows()
public void setRemoveEmptySpaceBetweenRows(java.lang.Boolean removeEmptySpaceBetweenRows)
removeEmptySpaceBetweenRows
- The removeEmptySpaceBetweenRows to set.public java.lang.Boolean getRemoveEmptySpaceBetweenColumns()
public void setRemoveEmptySpaceBetweenColumns(java.lang.Boolean removeEmptySpaceBetweenColumns)
removeEmptySpaceBetweenColumns
- The removeEmptySpaceBetweenColumns to set.public java.lang.Boolean getWhitePageBackground()
public void setWhitePageBackground(java.lang.Boolean whitePageBackground)
whitePageBackground
- The whitePageBackground to set.public java.lang.Boolean getIgnoreGraphics()
public void setIgnoreGraphics(java.lang.Boolean ignoreGraphics)
ignoreGraphics
- The ignoreGraphics to set.public java.lang.Boolean getCollapseRowSpan()
public void setCollapseRowSpan(java.lang.Boolean collapseRowSpan)
collapseRowSpan
- The collapseRowSpan to set.public java.lang.Boolean getIgnoreCellBorder()
public void setIgnoreCellBorder(java.lang.Boolean ignoreCellBorder)
ignoreCellBorder
- The ignoreCellBorder to set.public java.lang.Integer getMaximumRowsPerSheet()
public void setMaximumRowsPerSheet(java.lang.Integer maximumRowsPerSheet)
maximumRowsPerSheet
- The maximumRowsPerSheet to set.public java.lang.Boolean getFontSizeFixEnabled()
public void setFontSizeFixEnabled(java.lang.Boolean fontSizeFixEnabled)
fontSizeFixEnabled
- The fontSizeFixEnabled to set.public java.util.Map getXlsFormatPatternsMap()
public void setXlsFormatPatternsMap(java.util.Map xlsFormatPatternsMap)
xlsFormatPatternsMap
- The xlsFormatPatternsMap to set.public java.lang.String getLicenseFile()
public void setLicenseFile(java.lang.String licenseFile)
licenseFile
- the license file location string.public void setPropertyValues(java.lang.Object object)
object
- the ACXlsExportParametersBean object.