Class StiPpt2007ExportService
java.lang.Object
com.stimulsoft.report.export.service.StiExportService
com.stimulsoft.report.export.service.StiPpt2007ExportService
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 stream, StiExportSettings settings) Exports rendered report to an PowerPoint file.voidexportPowerPoint(StiReport report, OutputStream stream) Exports rendered report to an PowerPoint file.voidexportPowerPoint(StiReport report, OutputStream stream, StiPowerPointExportSettings settings) voidexportPowerPoint(StiReport report, OutputStream stream, StiPagesRange pageRange) Exports rendered report to an PowerPoint file.voidexportPowerPointException(StiReport report, OutputStream outputStream, StiPowerPointExportSettings settings) Exports rendered report to an PowerPoint file.a default extension of export.Returs service export formatReturns a filter for the PowerPoint files.booleanGets a value indicating a number of files in exported document as a result of export of one page of the rendered report.Methods 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
-
StiPpt2007ExportService
public StiPpt2007ExportService()
-
-
Method Details
-
getDefaultExtension
a default extension of export.- Returns:
-
getExportFormat
Description copied from class:StiExportServiceReturs service export format- Specified by:
getExportFormatin classStiExportService- Returns:
StiExportFormat
-
export
public void export(StiReport report, OutputStream stream, StiExportSettings settings) throws StiException Exports rendered report to an PowerPoint file.- Specified by:
exportin classStiExportService- Parameters:
report- A report which is to be exported.stream- A stream for export of a document.settings- StiExportSettings- Throws:
ExceptionStiException
-
getMultipleFiles
public boolean getMultipleFiles()Gets a value indicating a number of files in exported document as a result of export of one page of the rendered report.- Specified by:
getMultipleFilesin classStiExportService- Returns:
- Support multiple files
-
getFilter
Returns a filter for the PowerPoint files.- Returns:
-
exportPowerPoint
Exports rendered report to an PowerPoint file.- Parameters:
report- A report which instanceof to be exported.stream- A stream for export of a document.- Throws:
Exception
-
exportPowerPoint
public void exportPowerPoint(StiReport report, OutputStream stream, StiPagesRange pageRange) throws Exception Exports rendered report to an PowerPoint file.- Parameters:
report- A report which is to be exported.stream- A stream for export of a document.pageRange- Describes range of pages of the document for the export.- Throws:
Exception
-
exportPowerPoint
public void exportPowerPoint(StiReport report, OutputStream stream, StiPowerPointExportSettings settings) throws StiException - Throws:
StiException
-
exportPowerPointException
public void exportPowerPointException(StiReport report, OutputStream outputStream, StiPowerPointExportSettings settings) throws IOException, TransformerException, ParserConfigurationException Exports rendered report to an PowerPoint file.- Parameters:
report- A report which is to be exported.settings- StiPowerPointExportSettingsstream- A stream for export of a document.- Throws:
ParserConfigurationExceptionTransformerExceptionIOExceptionException
-