com.stimulsoft.report.export.service
Class StiSylkExportService

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

public class StiSylkExportService
extends StiExportService

Class represent export to SYLK format 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
StiSylkExportService()
           
 
Method Summary
 void export(StiReport report, java.io.OutputStream outputStream, StiExportSettings exportSettings)
          Export StiReport
 void exportSylk(StiReport report, java.io.OutputStream exportOutputStream, StiDataExportSettings settings)
          Exports a rendered report to a Sylk file.
 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

StiSylkExportService

public StiSylkExportService()
Method Detail

export

public void export(StiReport report,
                   java.io.OutputStream outputStream,
                   StiExportSettings exportSettings)
            throws StiException
Export StiReport

Specified by:
export in class StiExportService
Parameters:
report - StiReport to export
outputStream - OutputStream for export
exportSettings - StiExportSettings
Throws:
StiException

exportSylk

public void exportSylk(StiReport report,
                       java.io.OutputStream exportOutputStream,
                       StiDataExportSettings settings)
                throws StiException
Exports a rendered report to a Sylk file.

Parameters:
report - A report which is to be exported.
exportOutputStream - A stream for export of a document.
exportSettings - StiSylkExportSettings
Throws:
java.io.IOException
StiException

getExportFormat

public StiExportFormat getExportFormat()
Returs service export format

Specified by:
getExportFormat in class StiExportService
Returns:
StiExportFormat

getMultipleFiles

public boolean getMultipleFiles()
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