Uses of Class
com.stimulsoft.report.export.settings.StiTxtExportSettings
Packages that use StiTxtExportSettings
Package
Description
-
Uses of StiTxtExportSettings in com.stimulsoft.report
Methods in com.stimulsoft.report with parameters of type StiTxtExportSettingsModifier and TypeMethodDescriptionstatic voidStiExportManager.exportText(StiReport report, StiTxtExportSettings settings, OutputStream stream) -
Uses of StiTxtExportSettings in com.stimulsoft.report.export.service
Methods in com.stimulsoft.report.export.service with parameters of type StiTxtExportSettingsModifier and TypeMethodDescriptionvoidStiTxtExportService.exportTxt(StiReport report, OutputStream outputStream, StiTxtExportSettings settings) Exports a rendered report to the stream in the text file. -
Uses of StiTxtExportSettings in com.stimulsoft.web.classes
Fields in com.stimulsoft.web.classes declared as StiTxtExportSettingsModifier and TypeFieldDescriptionStiDefaultExportSettings.exportToTextGets or sets default export settings to the TEXT format. -
Uses of StiTxtExportSettings in com.stimulsoft.web.helper
Methods in com.stimulsoft.web.helper that return StiTxtExportSettingsModifier and TypeMethodDescriptionstatic StiTxtExportSettingsStiExportsHelper.getTextExportSettings(HashMap<String, Object> jsSettings, StiReport report) Get export settings for Text format.