com.stimulsoft.report.export.service
Class StiOdsExportService

java.lang.Object
  extended by com.stimulsoft.report.export.service.StiExportService
      extended by com.stimulsoft.report.export.service.StiOdsExportService

public class StiOdsExportService
extends StiExportService

Copyright Stimulsoft


Field Summary
 
Fields inherited from class com.stimulsoft.report.export.service.StiExportService
currentPassNumber, DATE_1900, maximumPassNumber, MILLISECONDS_IN_DAY, ONE_HOUR
 
Constructor Summary
StiOdsExportService()
           
 
Method Summary
 void export(StiReport report, java.io.OutputStream outputStream, StiExportSettings settings)
          Export StiReport
 void exportOds(StiReport report, java.io.OutputStream outputStream, StiOdsExportSettings settings)
          Exports rendered report to an Ods
 void exportOdsException(StiReport report, java.io.OutputStream outputStream, StiOdsExportSettings settings)
           
 StiExportFormat getExportFormat()
          Returs service export format
 boolean getMultipleFiles()
          Gets a value indicating a number of files in exported document as a result of export
 
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
 

Constructor Detail

StiOdsExportService

public StiOdsExportService()
Method Detail

exportOds

public void exportOds(StiReport report,
                      java.io.OutputStream outputStream,
                      StiOdsExportSettings settings)
               throws StiException
Exports rendered report to an Ods

Parameters:
report -
outputStream -
settings -
Throws:
StiException

exportOdsException

public void exportOdsException(StiReport report,
                               java.io.OutputStream outputStream,
                               StiOdsExportSettings settings)
                        throws java.io.IOException,
                               javax.xml.transform.TransformerException,
                               javax.xml.parsers.ParserConfigurationException
Throws:
java.io.IOException
javax.xml.transform.TransformerException
javax.xml.parsers.ParserConfigurationException

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 export
outputStream - OutputStream for export
settings - StiExportSettings
Throws:
StiException

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

getExportFormat

public StiExportFormat getExportFormat()
Description copied from class: StiExportService
Returs service export format

Specified by:
getExportFormat in class StiExportService
Returns:
StiExportFormat