public final class DataFormat extends Object
Constructor and Description |
---|
DataFormat() |
Modifier and Type | Method and Description |
---|---|
String |
getBackgroundColor()
Returns the cell's background color.
|
String |
getFontColor()
Returns the cell's font color.
|
String |
getFontName()
Returns the cell's font name.
|
int |
getFontSize()
Returns the cell's font size.
|
List<FontStyle> |
getFontStyles()
Returns the list of the cell's font style.
|
void |
setBackgroundColor(String backgroundColor)
Sets the cell's background color.
|
void |
setFontColor(String fontColor)
Sets the cell's font color.
|
void |
setFontName(String fontName)
Sets the cell's font name.
|
void |
setFontSize(int fontSize)
Sets the cell's font size.
|
void |
setFontStyles(List<FontStyle> fontStyles)
Sets the list of the cell's font style.
|
public String getFontName()
public void setFontName(String fontName)
public int getFontSize()
public void setFontSize(int fontSize)
public void setFontStyles(List<FontStyle> fontStyles)
public String getFontColor()
public void setFontColor(String fontColor)
public String getBackgroundColor()
public void setBackgroundColor(String backgroundColor)