public class ExportCellStyle extends java.lang.Object implements ICellStyle
| Constructor and Description |
|---|
ExportCellStyle() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBackgroundColor()
Returns the Boreground color as #rrggbb values.
|
java.lang.String |
getForegroundColor()
Returns the Foreground color as #rrggbb values.
|
boolean |
isBold()
Return true if text is bolded
|
ExportCellStyle |
setBackgroundColor(java.lang.String col) |
ExportCellStyle |
setBold(boolean b) |
ExportCellStyle |
setForegroundColor(java.lang.String col) |
public java.lang.String getForegroundColor()
ICellStylegetForegroundColor in interface ICellStylepublic java.lang.String getBackgroundColor()
ICellStylegetBackgroundColor in interface ICellStylepublic boolean isBold()
ICellStyleisBold in interface ICellStylepublic ExportCellStyle setBold(boolean b)
public ExportCellStyle setForegroundColor(java.lang.String col)
public ExportCellStyle setBackgroundColor(java.lang.String col)