Class StiOdsExportService
java.lang.Object
com.stimulsoft.report.export.service.StiExportService
com.stimulsoft.report.export.service.StiOdsExportService
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) ExportStiReportvoidexportOds(StiReport report, OutputStream outputStream, StiOdsExportSettings settings) Exports rendered report to an OdsvoidexportOdsException(StiReport report, OutputStream outputStream, StiOdsExportSettings 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
-
Constructor Details
-
StiOdsExportService
public StiOdsExportService()
-
-
Method Details
-
exportOds
public void exportOds(StiReport report, OutputStream outputStream, StiOdsExportSettings settings) throws StiException Exports rendered report to an Ods- Parameters:
report-outputStream-settings-- Throws:
StiException
-
exportOdsException
public void exportOdsException(StiReport report, OutputStream outputStream, StiOdsExportSettings settings) throws IOException, TransformerException, ParserConfigurationException -
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
-
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
-
getExportFormat
Description copied from class:StiExportServiceReturs service export format- Specified by:
getExportFormatin classStiExportService- Returns:
StiExportFormat
-