com.stimulsoft.report.export.settings
Class StiOdsExportSettings

java.lang.Object
  extended by com.stimulsoft.report.export.settings.StiExportSettings
      extended by com.stimulsoft.report.export.settings.StiPageRangeExportSettings
          extended by com.stimulsoft.report.export.settings.StiOdsExportSettings

public class StiOdsExportSettings
extends StiPageRangeExportSettings

Copyright Stimulsoft


Constructor Summary
StiOdsExportSettings()
           
 
Method Summary
 float getImageQuality()
          image quality of images which will be exported to ODS file.
 float getImageResolution()
          image resolution of images which will be exported to ODS file.
 void setImageQuality(float imageQuality)
          image quality of images which will be exported to ODS file.
 void setImageResolution(float imageResolution)
          image resolution of images which will be exported to ODS file.
 
Methods inherited from class com.stimulsoft.report.export.settings.StiPageRangeExportSettings
getExportFormat, getPageRange, isOpenAfterExport, isSendEmail, setExportFormat, setOpenAfterExport, setPageRange, setSendEmail
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiOdsExportSettings

public StiOdsExportSettings()
Method Detail

getImageQuality

public float getImageQuality()
image quality of images which will be exported to ODS file.

Returns:
the imageQuality

setImageQuality

public void setImageQuality(float imageQuality)
image quality of images which will be exported to ODS file.

Parameters:
imageQuality - the imageQuality to set

getImageResolution

public float getImageResolution()
image resolution of images which will be exported to ODS file.

Returns:
the imageResolution

setImageResolution

public void setImageResolution(float imageResolution)
image resolution of images which will be exported to ODS file.

Parameters:
imageResolution - the imageResolution to set