|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.export.service.StiExportService
com.stimulsoft.report.export.service.StiExcelExportService
public class StiExcelExportService
Class represent Excel format export Copyright Stimulsoft
Nested Class Summary | |
---|---|
class |
StiExcelExportService.BiffImageData
Accessory class BiffImageData |
class |
StiExcelExportService.Escher
Accessory class Escher Layer |
Field Summary |
---|
Fields inherited from class com.stimulsoft.report.export.service.StiExportService |
---|
currentPassNumber, DATE_1900, maximumPassNumber, MILLISECONDS_IN_DAY, ONE_HOUR |
Constructor Summary | |
---|---|
StiExcelExportService()
|
Method Summary | |
---|---|
void |
export(StiReport report,
java.io.OutputStream outputStream,
StiExportSettings exportSettings)
Export StiReport |
void |
exportExcel(StiReport report,
java.io.OutputStream outputStream,
StiExportSettings exportSettings)
|
StiExportFormat |
getExportFormat()
Returs service export format |
boolean |
getMultipleFiles()
Gets a value indicating a number of files in exported document as a result of export |
static void |
setPercentScaleForFontHeightCorrection(byte value)
Sets a value indicates ratio of the font for the whole exported document. |
static int[] |
toIntArray(byte[] array)
Convert byte array to int array |
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 |
---|
public StiExcelExportService()
Method Detail |
---|
public void export(StiReport report, java.io.OutputStream outputStream, StiExportSettings exportSettings) throws StiException
StiExportService
StiReport
export
in class StiExportService
report
- StiReport
to exportoutputStream
- OutputStream
for exportexportSettings
- StiExportSettings
StiException
public void exportExcel(StiReport report, java.io.OutputStream outputStream, StiExportSettings exportSettings) throws StiException
StiException
public static int[] toIntArray(byte[] array)
array
-
public StiExportFormat getExportFormat()
getExportFormat
in class StiExportService
StiExportFormat
public boolean getMultipleFiles()
getMultipleFiles
in class StiExportService
public static void setPercentScaleForFontHeightCorrection(byte value)
value
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |