com.aspose.cells.jasperreports
Class ACXlsExportParametersBean

java.lang.Object
  extended by com.jaspersoft.jasperserver.api.engine.jasperreports.common.AbstractExportParameters
      extended by com.aspose.cells.jasperreports.ACXlsExportParametersBean
All Implemented Interfaces:
com.jaspersoft.jasperserver.api.engine.jasperreports.common.ExportParameters, java.io.Serializable

public class ACXlsExportParametersBean
extends com.jaspersoft.jasperserver.api.engine.jasperreports.common.AbstractExportParameters

Represents exporter parameters for integration with JasperServer.

See Also:
Serialized Form

Constructor Summary
ACXlsExportParametersBean()
           
 
Method Summary
 java.lang.Boolean getCollapseRowSpan()
          Get the collapseRowSpan.
 java.lang.Boolean getDetectCellType()
          Get the detectCellType
 java.lang.Boolean getFontSizeFixEnabled()
          Get the fontSizeFixEnabled.
 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 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.
 
Methods inherited from class com.jaspersoft.jasperserver.api.engine.jasperreports.common.AbstractExportParameters
isOverrideReportHints, setOverrideReportHints
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ACXlsExportParametersBean

public ACXlsExportParametersBean()
Method Detail

getUseExcelChart

public java.lang.Boolean getUseExcelChart()
Get the useExcelChart. If it's TRUE, the exporter will translate charts to excel format. If it' FALSE, the exporter will export charts as image with default looking.

Returns:
useExcelChart

setUseExcelChart

public void setUseExcelChart(java.lang.Boolean useExcelChart)
Set the useExcelChart.If it's TRUE, the exporter will translate charts to excel format. If it' FALSE, the exporter will export charts as image with default looking.

Parameters:
useExcelChart - The useExcelChart to set.

getDetectCellType

public java.lang.Boolean getDetectCellType()
Get the detectCellType

Returns:
Returns the detectCellType.

setDetectCellType

public void setDetectCellType(java.lang.Boolean detectCellType)
Set the detectCellType.

Parameters:
detectCellType - The detectCellType to set.

getOnePagePerSheet

public java.lang.Boolean getOnePagePerSheet()
Get the onePagePerSheet.

Returns:
Returns the onePagePerSheet.

setOnePagePerSheet

public void setOnePagePerSheet(java.lang.Boolean onePagePerSheet)
Set the onePagePerSheet

Parameters:
onePagePerSheet - The onePagePerSheet to set.

getRemoveEmptySpaceBetweenRows

public java.lang.Boolean getRemoveEmptySpaceBetweenRows()
Get the removeEmptySpaceBetweenRows.

Returns:
Returns the removeEmptySpaceBetweenRows.

setRemoveEmptySpaceBetweenRows

public void setRemoveEmptySpaceBetweenRows(java.lang.Boolean removeEmptySpaceBetweenRows)
Set the removeEmptySpaceBetweenRows.

Parameters:
removeEmptySpaceBetweenRows - The removeEmptySpaceBetweenRows to set.

getRemoveEmptySpaceBetweenColumns

public java.lang.Boolean getRemoveEmptySpaceBetweenColumns()
Get the removeEmptySpaceBetweenColumns.

Returns:
Returns the removeEmptySpaceBetweenColumns.

setRemoveEmptySpaceBetweenColumns

public void setRemoveEmptySpaceBetweenColumns(java.lang.Boolean removeEmptySpaceBetweenColumns)
Set the removeEmptySpaceBetweenColumns.

Parameters:
removeEmptySpaceBetweenColumns - The removeEmptySpaceBetweenColumns to set.

getWhitePageBackground

public java.lang.Boolean getWhitePageBackground()
Get the whitePageBackground.

Returns:
Returns the whitePageBackground.

setWhitePageBackground

public void setWhitePageBackground(java.lang.Boolean whitePageBackground)
Set the whitePageBackground.

Parameters:
whitePageBackground - The whitePageBackground to set.

getIgnoreGraphics

public java.lang.Boolean getIgnoreGraphics()
Get the ignoreGraphics.

Returns:
Returns the ignoreGraphics.

setIgnoreGraphics

public void setIgnoreGraphics(java.lang.Boolean ignoreGraphics)
Set the ignoreGraphics.

Parameters:
ignoreGraphics - The ignoreGraphics to set.

getCollapseRowSpan

public java.lang.Boolean getCollapseRowSpan()
Get the collapseRowSpan.

Returns:
Returns the collapseRowSpan.

setCollapseRowSpan

public void setCollapseRowSpan(java.lang.Boolean collapseRowSpan)
Set the collapseRowSpan.

Parameters:
collapseRowSpan - The collapseRowSpan to set.

getIgnoreCellBorder

public java.lang.Boolean getIgnoreCellBorder()
Get the ignoreCellBorder.

Returns:
Returns the ignoreCellBorder.

setIgnoreCellBorder

public void setIgnoreCellBorder(java.lang.Boolean ignoreCellBorder)
Set the ignoreCellBorder.

Parameters:
ignoreCellBorder - The ignoreCellBorder to set.

getMaximumRowsPerSheet

public java.lang.Integer getMaximumRowsPerSheet()
Get the maximumRowsPerSheet.

Returns:
Returns the maximumRowsPerSheet.

setMaximumRowsPerSheet

public void setMaximumRowsPerSheet(java.lang.Integer maximumRowsPerSheet)
Set the maximumRowsPerSheet.

Parameters:
maximumRowsPerSheet - The maximumRowsPerSheet to set.

getFontSizeFixEnabled

public java.lang.Boolean getFontSizeFixEnabled()
Get the fontSizeFixEnabled.

Returns:
Returns the fontSizeFixEnabled.

setFontSizeFixEnabled

public void setFontSizeFixEnabled(java.lang.Boolean fontSizeFixEnabled)
Set the fontSizeFixEnabled.

Parameters:
fontSizeFixEnabled - The fontSizeFixEnabled to set.

getXlsFormatPatternsMap

public java.util.Map getXlsFormatPatternsMap()
Get the xlsFormatPatternsMap.

Returns:
Returns the xlsFormatPatternsMap.

setXlsFormatPatternsMap

public void setXlsFormatPatternsMap(java.util.Map xlsFormatPatternsMap)
Set the xlsFormatPatternsMap.

Parameters:
xlsFormatPatternsMap - The xlsFormatPatternsMap to set.

getLicenseFile

public java.lang.String getLicenseFile()
Get the the license file.

Returns:
the license file location string.

setLicenseFile

public void setLicenseFile(java.lang.String licenseFile)
Set the the license file.

Parameters:
licenseFile - the license file location string.

setPropertyValues

public void setPropertyValues(java.lang.Object object)
Set the property values from object.

Parameters:
object - the ACXlsExportParametersBean object.