public interface ICell
Modifier and Type | Method and Description |
---|---|
Style |
getStyle() |
java.lang.String |
getText() |
Color |
getTextColor() |
Font |
getTextFont() |
TextFormat |
getTextFormat() |
void |
setStyle(Style style) |
void |
setText(java.lang.String text) |
void |
setTextColor(Color textColor) |
void |
setTextFont(Font textFont) |
void |
setTextFormat(TextFormat textFormat) |
void setStyle(Style style)
Style getStyle()
void setText(java.lang.String text)
java.lang.String getText()
void setTextFont(Font textFont)
Font getTextFont()
void setTextFormat(TextFormat textFormat)
TextFormat getTextFormat()
void setTextColor(Color textColor)
Color getTextColor()