Class StiHtml5ExportService
java.lang.Object
com.stimulsoft.report.export.service.StiExportService
com.stimulsoft.report.export.service.StiHtml5ExportService
Class represend export for HTML5 format
Copyright Stimulsoft
-
Field Summary
FieldsFields inherited from class com.stimulsoft.report.export.service.StiExportService
currentPassNumber, DATE_1900, exFile, exportedFiles, exportReport, exportSettings, maximumPassNumber, MILLISECONDS_IN_DAY, multipleFiles, ONE_HOUR, outputStream, RenderedPagesCount, statusString -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexport(StiReport report, OutputStream outputStream, StiExportSettings settings) ExportStiReportvoidexportHtml(StiReport report, File file, StiHtml5ExportSettings settings) Returs service export formatbooleanGets a value indicating a number of files in exported document as a result of exportMethods inherited from class com.stimulsoft.report.export.service.StiExportService
closeProgress, export, export, export, export, getExFile, getExportedFiles, getExportSettings, getStatusString, invokeExporting, invokeExporting, invokeExporting, isStoped, processFile, sendEMail, sendEMail, setExFile, setExportReport, setExportSettings, setOutputStream, setProgress, setStatusString
-
Field Details
-
htmlWriter
-
-
Constructor Details
-
StiHtml5ExportService
public StiHtml5ExportService()
-
-
Method Details
-
getExportFormat
Description copied from class:StiExportServiceReturs service export format- Specified by:
getExportFormatin classStiExportService- Returns:
StiExportFormat
-
getMultipleFiles
public boolean getMultipleFiles()Description copied from class:StiExportServiceGets a value indicating a number of files in exported document as a result of export- Specified by:
getMultipleFilesin classStiExportService- Returns:
- Support multiple files
-
getFilter
-
exportHtml
public void exportHtml(StiReport report, File file, StiHtml5ExportSettings settings) throws IOException - Throws:
IOException
-
export
public void export(StiReport report, OutputStream outputStream, StiExportSettings settings) throws StiException Description copied from class:StiExportServiceExportStiReport- Specified by:
exportin classStiExportService- Parameters:
report-StiReportto exportoutputStream-OutputStreamfor exportsettings-StiExportSettings- Throws:
StiException
-