public class ExcelFont extends Object
| Constructor and Description |
|---|
ExcelFont() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Equals.
|
String |
getFont()
Gets the font.
|
short |
getSize()
Gets the size.
|
UnderlineType |
getUnderline()
Gets the underline.
|
int |
hashCode()
Hash code.
|
boolean |
isBold()
Checks if is bold.
|
boolean |
isItalic()
Checks if is italic.
|
void |
setBold(boolean bold)
Sets the bold.
|
void |
setFont(String font)
Sets the font.
|
void |
setItalic(boolean italic)
Sets the italic.
|
void |
setSize(short size)
Sets the size.
|
void |
setUnderline(UnderlineType underline)
Sets the underline.
|
public String getFont()
public void setFont(String font)
font - the new fontpublic boolean isBold()
public void setBold(boolean bold)
bold - the new boldpublic boolean isItalic()
public void setItalic(boolean italic)
italic - the new italicpublic UnderlineType getUnderline()
public void setUnderline(UnderlineType underline)
underline - the new underlinepublic short getSize()
public void setSize(short size)
size - the new sizeCopyright © 2022. All rights reserved.