com.stimulsoft.report.export.service
Class StiWord2007ExportService

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

public class StiWord2007ExportService
extends StiExportService

Class represent export to Word2007 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
StiWord2007ExportService()
           
 
Method Summary
 void export(StiReport report, java.io.OutputStream outputStream, StiExportSettings exportSettings)
          Export StiReport
 void exportWord(StiReport report, java.io.OutputStream outputStream, StiWord2007ExportSettings settings)
          Exports rendered report to an Word 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
 boolean isRemoveEmptySpaceAtBottom()
           
 
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

StiWord2007ExportService

public StiWord2007ExportService()
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

exportWord

public void exportWord(StiReport report,
                       java.io.OutputStream outputStream,
                       StiWord2007ExportSettings settings)
                throws StiException
Exports rendered report to an Word file.

Parameters:
report - A StiReport which is to be exported.
outputStream - A OutputStream for export of a document.
exportSettings - StiWord2007ExportSettings
Throws:
java.io.IOException
javax.xml.parsers.ParserConfigurationException
StiException

isRemoveEmptySpaceAtBottom

public boolean isRemoveEmptySpaceAtBottom()
Returns:
the removeEmptySpaceAtBottom

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