Uses of Class
com.stimulsoft.report.export.settings.StiOdsExportSettings
Packages that use StiOdsExportSettings
Package
Description
-
Uses of StiOdsExportSettings in com.stimulsoft.report
Methods in com.stimulsoft.report with parameters of type StiOdsExportSettingsModifier and TypeMethodDescriptionstatic voidStiExportManager.exportOds(StiReport report, StiOdsExportSettings settings, OutputStream stream) -
Uses of StiOdsExportSettings in com.stimulsoft.report.export.service
Methods in com.stimulsoft.report.export.service with parameters of type StiOdsExportSettingsModifier and TypeMethodDescriptionvoidStiOdsExportService.exportOds(StiReport report, OutputStream outputStream, StiOdsExportSettings settings) Exports rendered report to an OdsvoidStiOdsExportService.exportOdsException(StiReport report, OutputStream outputStream, StiOdsExportSettings settings) -
Uses of StiOdsExportSettings in com.stimulsoft.web.classes
Fields in com.stimulsoft.web.classes declared as StiOdsExportSettingsModifier and TypeFieldDescriptionStiDefaultExportSettings.exportToOdsGets or sets default export settings to the Ods. -
Uses of StiOdsExportSettings in com.stimulsoft.web.helper
Methods in com.stimulsoft.web.helper that return StiOdsExportSettingsModifier and TypeMethodDescriptionstatic StiOdsExportSettingsStiExportsHelper.getOdsExportSettings(HashMap<String, Object> jsSettings, StiReport report) Get export settings for OpenDocument Calc format. -
Uses of StiOdsExportSettings in com.stimulsoft.web.utils
Methods in com.stimulsoft.web.utils with parameters of type StiOdsExportSettingsModifier and TypeMethodDescriptionstatic StiWebActionResultStiWebExportReportUtil.exportAsOds(StiReport report, StiOdsExportSettings settings, OutputStream stream) -
Uses of StiOdsExportSettings in com.stimulsoft.webviewer.helper
Methods in com.stimulsoft.webviewer.helper with parameters of type StiOdsExportSettingsModifier and TypeMethodDescriptionstatic StiWebActionResultStiExportsClass.exportAsOds(StiReport report, StiOdsExportSettings settings, OutputStream stream)