Uses of Class
com.stimulsoft.report.export.settings.StiRtfExportSettings
Packages that use StiRtfExportSettings
Package
Description
-
Uses of StiRtfExportSettings in com.stimulsoft.report
Methods in com.stimulsoft.report with parameters of type StiRtfExportSettingsModifier and TypeMethodDescriptionstatic voidStiExportManager.exportRtf(StiReport report, StiRtfExportSettings settings, OutputStream stream) -
Uses of StiRtfExportSettings in com.stimulsoft.report.export.service
Methods in com.stimulsoft.report.export.service with parameters of type StiRtfExportSettingsModifier and TypeMethodDescriptionvoidStiRtfExportService.exportRtf(StiReport report, OutputStream outputStream, StiRtfExportSettings settings) -
Uses of StiRtfExportSettings in com.stimulsoft.web.classes
Fields in com.stimulsoft.web.classes declared as StiRtfExportSettingsModifier and TypeFieldDescriptionStiDefaultExportSettings.exportToRtfGets or sets default export settings to the RTF format. -
Uses of StiRtfExportSettings in com.stimulsoft.web.helper
Methods in com.stimulsoft.web.helper that return StiRtfExportSettingsModifier and TypeMethodDescriptionstatic StiRtfExportSettingsStiExportsHelper.getRtfExportSettings(HashMap<String, Object> jsSettings, StiReport report) Get export settings for Rich Text format.