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()
ICellStyle
getForegroundColor
in interface ICellStyle
public java.lang.String getBackgroundColor()
ICellStyle
getBackgroundColor
in interface ICellStyle
public boolean isBold()
ICellStyle
isBold
in interface ICellStyle
public ExportCellStyle setBold(boolean b)
public ExportCellStyle setForegroundColor(java.lang.String col)
public ExportCellStyle setBackgroundColor(java.lang.String col)