Uses of Class
com.stimulsoft.report.export.settings.StiOdtExportSettings
Packages that use StiOdtExportSettings
Package
Description
-
Uses of StiOdtExportSettings in com.stimulsoft.report
Methods in com.stimulsoft.report with parameters of type StiOdtExportSettingsModifier and TypeMethodDescriptionstatic voidStiExportManager.exportOdt(StiReport report, StiOdtExportSettings settings, OutputStream stream) -
Uses of StiOdtExportSettings in com.stimulsoft.report.export.service
Methods in com.stimulsoft.report.export.service with parameters of type StiOdtExportSettingsModifier and TypeMethodDescriptionvoidStiOdtExportService.exportOdt(StiReport report, OutputStream outputStream, StiOdtExportSettings settings) Exports rendered report to an Odt -
Uses of StiOdtExportSettings in com.stimulsoft.web.classes
Fields in com.stimulsoft.web.classes declared as StiOdtExportSettingsModifier and TypeFieldDescriptionStiDefaultExportSettings.exportToOdtGets or sets default export settings to the Odt. -
Uses of StiOdtExportSettings in com.stimulsoft.web.helper
Methods in com.stimulsoft.web.helper that return StiOdtExportSettingsModifier and TypeMethodDescriptionstatic StiOdtExportSettingsStiExportsHelper.getOdtExportSettings(HashMap<String, Object> jsSettings, StiReport report) Get export settings for OpenDocument Writer format. -
Uses of StiOdtExportSettings in com.stimulsoft.webviewer.helper
Methods in com.stimulsoft.webviewer.helper with parameters of type StiOdtExportSettingsModifier and TypeMethodDescriptionstatic StiWebActionResultStiExportsClass.exportAsOdt(StiReport report, StiOdtExportSettings settings, OutputStream stream) Exports report to OpenDocument Writer format.