public class StiCell
extends java.lang.Object
implements java.lang.Cloneable
| Constructor and Description |
|---|
StiCell() |
StiCell(StiExportFormat exportFormat) |
| Modifier and Type | Method and Description |
|---|---|
StiCell |
clone()
Clone cell
|
StiCellStyle |
getCellStyle() |
StiComponent |
getComponent() |
StiExportFormat |
getExportFormat() |
IStiExportImage |
getExportImage() |
int |
getHeight() |
int |
getLeft() |
java.lang.String |
getText() |
int |
getTop() |
int |
getWidth() |
void |
setCellStyle(StiCellStyle cellStyle) |
void |
setComponent(StiComponent value)
Set
StiComponent |
void |
setExportFormat(StiExportFormat exportFormat) |
void |
setExportImage(IStiExportImage exportImage) |
void |
setHeight(int height) |
void |
setLeft(int left) |
void |
setText(java.lang.String text) |
void |
setTop(int top) |
void |
setWidth(int width) |
public StiCell()
public StiCell(StiExportFormat exportFormat)
public StiCell clone()
clone in class java.lang.Objectpublic void setComponent(StiComponent value)
StiComponentvalue - public IStiExportImage getExportImage()
public void setExportImage(IStiExportImage exportImage)
exportImage - the exportImage to setpublic StiCellStyle getCellStyle()
public void setCellStyle(StiCellStyle cellStyle)
cellStyle - the cellStyle to setpublic int getLeft()
public void setLeft(int left)
left - the left to setpublic int getTop()
public void setTop(int top)
top - the top to setpublic int getWidth()
public void setWidth(int width)
width - the width to setpublic int getHeight()
public void setHeight(int height)
height - the height to setpublic java.lang.String getText()
public void setText(java.lang.String text)
text - the text to setpublic StiExportFormat getExportFormat()
public void setExportFormat(StiExportFormat exportFormat)
exportFormat - the exportFormat to setpublic StiComponent getComponent()
Copyright © 2019 Stimulsoft. All Rights Reserved.