Class StiOdsExportSettings
java.lang.Object
com.stimulsoft.report.export.settings.StiExportSettings
com.stimulsoft.report.export.settings.StiPageRangeExportSettings
com.stimulsoft.report.export.settings.StiOdsExportSettings
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExport formatfloatimage quality of images which will be exported to ODS file.floatimage resolution of images which will be exported to ODS file.voidsetImageQuality(float imageQuality) image quality of images which will be exported to ODS file.voidsetImageResolution(float imageResolution) image resolution of images which will be exported to ODS file.Methods inherited from class com.stimulsoft.report.export.settings.StiPageRangeExportSettings
getPageRange, isOpenAfterExport, isSendEmail, setExportFormat, setOpenAfterExport, setPageRange, setSendEmailMethods inherited from class com.stimulsoft.report.export.settings.StiExportSettings
getIdent
-
Constructor Details
-
StiOdsExportSettings
public StiOdsExportSettings()
-
-
Method Details
-
getExportFormat
Description copied from class:StiPageRangeExportSettingsExport format- Overrides:
getExportFormatin classStiPageRangeExportSettings- Returns:
- the exportFormat
-
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
-