Uses of Class
com.stimulsoft.report.export.service.StiHtmlExportService

Packages that use StiHtmlExportService
com.stimulsoft.report.export.tools.html   
 

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

Methods in com.stimulsoft.report.export.tools.html that return StiHtmlExportService
 StiHtmlExportService StiHtmlImageHost.getHtmlExport()
           
 

Methods in com.stimulsoft.report.export.tools.html with parameters of type StiHtmlExportService
 void StiHtmlImageHost.setHtmlExport(StiHtmlExportService htmlExport)
           
 

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