Uses of Class
com.stimulsoft.report.export.settings.StiOdtExportSettings

Packages that use StiOdtExportSettings
com.stimulsoft.report   
com.stimulsoft.report.export.service   
com.stimulsoft.web.classes   
com.stimulsoft.webviewer.helper   
 

Uses of StiOdtExportSettings in com.stimulsoft.report
 

Methods in com.stimulsoft.report with parameters of type StiOdtExportSettings
static void StiExportManager.exportOdt(StiReport report, StiOdtExportSettings settings, java.io.OutputStream stream)
           
 

Uses of StiOdtExportSettings in com.stimulsoft.report.export.service
 

Methods in com.stimulsoft.report.export.service with parameters of type StiOdtExportSettings
 void StiOdtExportService.exportOdt(StiReport report, java.io.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 StiOdtExportSettings
 StiOdtExportSettings StiDefaultExportSettings.exportToOdt
          Gets or sets default export settings to the Odt.
 

Uses of StiOdtExportSettings in com.stimulsoft.webviewer.helper
 

Methods in com.stimulsoft.webviewer.helper with parameters of type StiOdtExportSettings
static StiWebActionResult StiExportsClass.exportAsOdt(StiReport report, StiOdtExportSettings settings, java.io.OutputStream stream)
          Exports report to OpenDocument Writer format.