Class StiCell
java.lang.Object
com.stimulsoft.report.export.tools.StiCell
- All Implemented Interfaces:
Cloneable
Sti cell
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Clone cellintintgetLeft()getText()intgetTop()intgetWidth()voidsetCellStyle(StiCellStyle cellStyle) voidsetComponent(StiComponent value) SetStiComponentvoidsetExportFormat(StiExportFormat exportFormat) voidsetExportImage(IStiExportImage exportImage) voidsetHeight(int height) voidsetLeft(int left) voidvoidsetTop(int top) voidsetWidth(int width)
-
Constructor Details
-
StiCell
public StiCell() -
StiCell
-
-
Method Details
-
clone
Clone cell -
setComponent
SetStiComponent- Parameters:
value-
-
getExportImage
- Returns:
- the exportImage
-
setExportImage
- Parameters:
exportImage- the exportImage to set
-
getCellStyle
- Returns:
- the cellStyle
-
setCellStyle
- 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
- Returns:
- the text
-
setText
- Parameters:
text- the text to set
-
getExportFormat
- Returns:
- the exportFormat
-
setExportFormat
- Parameters:
exportFormat- the exportFormat to set
-
getComponent
- Returns:
- the component
-