Uses of Class
com.stimulsoft.report.export.settings.StiWordExportSettings
Packages that use StiWordExportSettings
Package
Description
-
Uses of StiWordExportSettings in com.stimulsoft.report
Methods in com.stimulsoft.report with parameters of type StiWordExportSettingsModifier and TypeMethodDescriptionstatic voidStiExportManager.exportWord(StiReport report, StiWordExportSettings settings, OutputStream stream) static voidStiExportManager.exportWord2007(StiReport report, StiWordExportSettings settings, OutputStream stream) Deprecated.Use exportWord() -
Uses of StiWordExportSettings in com.stimulsoft.report.export.service
Methods in com.stimulsoft.report.export.service with parameters of type StiWordExportSettingsModifier and TypeMethodDescriptionvoidStiWord2007ExportService.exportWord(StiReport report, OutputStream outputStream, StiWordExportSettings settings) Exports rendered report to an Word file. -
Uses of StiWordExportSettings in com.stimulsoft.web.classes
Fields in com.stimulsoft.web.classes declared as StiWordExportSettingsModifier and TypeFieldDescriptionStiDefaultExportSettings.exportToWordGets or sets default export settings to the Word 2007-2010 format. -
Uses of StiWordExportSettings in com.stimulsoft.web.helper
Methods in com.stimulsoft.web.helper that return StiWordExportSettingsModifier and TypeMethodDescriptionstatic StiWordExportSettingsStiExportsHelper.getWord2007ExportSettings(HashMap<String, Object> jsSettings, StiReport report) Get export settings for Microsoft Word 2007 format.