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

Packages that use StiHtmlExportSettings
com.stimulsoft.report   
com.stimulsoft.report.export.service   
com.stimulsoft.report.export.tools.html   
com.stimulsoft.web.classes   
com.stimulsoft.web.helper   
 

Uses of StiHtmlExportSettings in com.stimulsoft.report
 

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

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

Methods in com.stimulsoft.report.export.service with parameters of type StiHtmlExportSettings
 void StiHtmlExportService.exportHtml(StiReport report, java.io.OutputStream stream, StiHtmlExportSettings settings)
          Exports a document to the HTML.
 void StiHtmlExportService.renderPage(StiPagesCollection pages, boolean useBookmarksTree, int bookmarkWidth, StiHtmlExportSettings settings)
          Render pages
 

Uses of StiHtmlExportSettings in com.stimulsoft.report.export.tools.html
 

Constructors in com.stimulsoft.report.export.tools.html with parameters of type StiHtmlExportSettings
StiHtmlTableRender(StiHtmlExportService htmlExport, StiHtmlExportSettings htmlExportSettings, StiPagesCollection pages)
           
 

Uses of StiHtmlExportSettings in com.stimulsoft.web.classes
 

Fields in com.stimulsoft.web.classes declared as StiHtmlExportSettings
 StiHtmlExportSettings StiDefaultExportSettings.exportToHtml
          Gets or sets default export settings to the HTML format.
 

Uses of StiHtmlExportSettings in com.stimulsoft.web.helper
 

Methods in com.stimulsoft.web.helper with parameters of type StiHtmlExportSettings
static void StiReportResponse.printAsHtml(javax.servlet.http.HttpServletResponse response, StiReport report, StiHtmlExportSettings settings)
          Print report as HTML document.