public interface ICellStyle
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
|
java.lang.String getForegroundColor()
java.lang.String getBackgroundColor()
boolean isBold()