com.stimulsoft.report.export.service
Class StiOdtExportService
java.lang.Object
com.stimulsoft.report.export.service.StiExportService
com.stimulsoft.report.export.service.StiOdtExportService
public class StiOdtExportService
- extends StiExportService
Copyright Stimulsoft
Methods inherited from class com.stimulsoft.report.export.service.StiExportService |
export, export, export, export, getExFile, getExportedFiles, getExportSettings, getStatusString, invokeExporting, invokeExporting, invokeExporting, isStoped, setExFile, setExportReport, setExportSettings, setOutputStream, setProgress, setStatusString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiOdtExportService
public StiOdtExportService()
getDefaultExtension
public java.lang.String getDefaultExtension()
getExportFormat
public StiExportFormat getExportFormat()
- Description copied from class:
StiExportService
- Returs service export format
- Specified by:
getExportFormat
in class StiExportService
- Returns:
StiExportFormat
getExportNameInMenu
public java.lang.String getExportNameInMenu()
getMultipleFiles
public boolean getMultipleFiles()
- Description copied from class:
StiExportService
- Gets a value indicating a number of files in exported document as a result of export
- Specified by:
getMultipleFiles
in class StiExportService
- Returns:
- Support multiple files
getFilter
public java.lang.String getFilter()
getRemoveEmptySpaceAtBottom
public boolean getRemoveEmptySpaceAtBottom()
exportOdt
public void exportOdt(StiReport report,
java.io.OutputStream outputStream,
StiOdtExportSettings settings)
throws StiException
- Exports rendered report to an Odt
- Parameters:
report
- stream
- settings
-
- Throws:
StiException
export
public void export(StiReport report,
java.io.OutputStream outputStream,
StiExportSettings settings)
throws StiException
- Description copied from class:
StiExportService
- Export
StiReport
- Specified by:
export
in class StiExportService
- Parameters:
report
- StiReport
to exportoutputStream
- OutputStream
for exportsettings
- StiExportSettings
- Throws:
StiException