com.stimulsoft.report.export.service
Class StiExcel2007ExportService.ExcelImageData

java.lang.Object
  extended by com.stimulsoft.report.export.service.StiExcel2007ExportService.ExcelImageData
Enclosing class:
StiExcel2007ExportService

public class StiExcel2007ExportService.ExcelImageData
extends java.lang.Object

Accessory class ExcelImageData


Field Summary
 int FirstColumnIndex
           
 int FirstColumnOffset
           
 int FirstRowIndex
           
 int FirstRowOffset
           
 int ImageIndex
           
 int LastColumnIndex
           
 int LastColumnOffset
           
 int LastRowIndex
           
 int LastRowOffset
           
 
Constructor Summary
StiExcel2007ExportService.ExcelImageData(int FirstRowIndex, int FirstRowOffset, int FirstColumnIndex, int FirstColumnOffset, int LastRowIndex, int LastRowOffset, int LastColumnIndex, int LastColumnOffset, int ImageIndex)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FirstRowIndex

public int FirstRowIndex

FirstRowOffset

public int FirstRowOffset

FirstColumnIndex

public int FirstColumnIndex

FirstColumnOffset

public int FirstColumnOffset

LastRowIndex

public int LastRowIndex

LastRowOffset

public int LastRowOffset

LastColumnIndex

public int LastColumnIndex

LastColumnOffset

public int LastColumnOffset

ImageIndex

public int ImageIndex
Constructor Detail

StiExcel2007ExportService.ExcelImageData

public StiExcel2007ExportService.ExcelImageData(int FirstRowIndex,
                                                int FirstRowOffset,
                                                int FirstColumnIndex,
                                                int FirstColumnOffset,
                                                int LastRowIndex,
                                                int LastRowOffset,
                                                int LastColumnIndex,
                                                int LastColumnOffset,
                                                int ImageIndex)