Class StiOdtExportService
java.lang.Object
com.stimulsoft.report.export.service.StiExportService
com.stimulsoft.report.export.service.StiOdtExportService
Copyright Stimulsoft
-
Field Summary
Fields 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) ExportStiReportvoidexportOdt(StiReport report, OutputStream outputStream, StiOdtExportSettings settings) Exports rendered report to an OdtReturs service export formatbooleanGets a value indicating a number of files in exported document as a result of exportbooleanMethods 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
-
Constructor Details
-
StiOdtExportService
public StiOdtExportService()
-
-
Method Details
-
getDefaultExtension
-
getExportFormat
Description copied from class:StiExportServiceReturs service export format- Specified by:
getExportFormatin classStiExportService- Returns:
StiExportFormat
-
getExportNameInMenu
-
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
-
getRemoveEmptySpaceAtBottom
public boolean getRemoveEmptySpaceAtBottom() -
exportOdt
public void exportOdt(StiReport report, OutputStream outputStream, StiOdtExportSettings settings) throws StiException Exports rendered report to an Odt- Parameters:
report-settings-stream-- Throws:
StiException
-
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
-