com.stimulsoft.report.export.tools
Class StiCell
java.lang.Object
com.stimulsoft.report.export.tools.StiCell
- All Implemented Interfaces:
- java.lang.Cloneable
public class StiCell
- extends java.lang.Object
- implements java.lang.Cloneable
Sti cell
Copyright Stimulsoft
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiCell
public StiCell()
StiCell
public StiCell(StiExportFormat exportFormat)
clone
public StiCell clone()
- Clone cell
- Overrides:
clone
in class java.lang.Object
setComponent
public void setComponent(StiComponent value)
- Set
StiComponent
- Parameters:
value
-
getExportImage
public IStiExportImage getExportImage()
- Returns:
- the exportImage
setExportImage
public void setExportImage(IStiExportImage exportImage)
- Parameters:
exportImage
- the exportImage to set
getCellStyle
public StiCellStyle getCellStyle()
- Returns:
- the cellStyle
setCellStyle
public void setCellStyle(StiCellStyle cellStyle)
- Parameters:
cellStyle
- the cellStyle to set
getLeft
public int getLeft()
- Returns:
- the left
setLeft
public void setLeft(int left)
- Parameters:
left
- the left to set
getTop
public int getTop()
- Returns:
- the top
setTop
public void setTop(int top)
- Parameters:
top
- the top to set
getWidth
public int getWidth()
- Returns:
- the width
setWidth
public void setWidth(int width)
- Parameters:
width
- the width to set
getHeight
public int getHeight()
- Returns:
- the height
setHeight
public void setHeight(int height)
- Parameters:
height
- the height to set
getText
public java.lang.String getText()
- Returns:
- the text
setText
public void setText(java.lang.String text)
- Parameters:
text
- the text to set
getExportFormat
public StiExportFormat getExportFormat()
- Returns:
- the exportFormat
setExportFormat
public void setExportFormat(StiExportFormat exportFormat)
- Parameters:
exportFormat
- the exportFormat to set
getComponent
public StiComponent getComponent()
- Returns:
- the component