com.stimulsoft.report.export.service
Class StiExcelExportService.Escher
java.lang.Object
com.stimulsoft.report.export.service.StiExcelExportService.Escher
- Enclosing class:
- StiExcelExportService
public class StiExcelExportService.Escher
- extends java.lang.Object
Accessory class Escher Layer
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mem
public StiByteArrayOutputStream mem
memBookmarks
public int[] memBookmarks
StiExcelExportService.Escher
public StiExcelExportService.Escher()
writeToStream
public void writeToStream(java.io.OutputStream stream)
throws java.io.IOException
- Write mem to stream
- Parameters:
stream
- OutputStream
- Throws:
java.io.IOException
writeDGG
public void writeDGG(java.util.ArrayList<StiExcelExportService.BiffImageData> imageList)
- WriteDGG
- Parameters:
imageList
-
writeDG
public void writeDG(java.util.ArrayList<StiExcelExportService.BiffImageData> imageList,
int startImageIndex)
- WriteDG
- Parameters:
imageList
- startImageIndex
-