public class FontOption extends Object implements Serializable
Constructor and Description |
---|
FontOption() |
Modifier and Type | Method and Description |
---|---|
String |
getColor() |
String |
getFontName() |
Integer |
getFontSize() |
short |
getPaletteColorIndex() |
ExcelUnderType |
getUnder() |
boolean |
isBold() |
boolean |
isDelete() |
boolean |
isItalic() |
void |
setBold(boolean bold) |
void |
setColor(String color) |
void |
setDelete(boolean delete) |
void |
setFontName(String fontName) |
void |
setFontSize(Integer fontSize) |
void |
setItalic(boolean italic) |
void |
setPaletteColorIndex(short paletteColorIndex) |
void |
setUnder(ExcelUnderType under) |
public String getFontName()
public void setFontName(String fontName)
public Integer getFontSize()
public void setFontSize(Integer fontSize)
public String getColor()
public void setColor(String color)
public boolean isBold()
public void setBold(boolean bold)
public boolean isItalic()
public void setItalic(boolean italic)
public boolean isDelete()
public void setDelete(boolean delete)
public ExcelUnderType getUnder()
public void setUnder(ExcelUnderType under)
public short getPaletteColorIndex()
public void setPaletteColorIndex(short paletteColorIndex)
Copyright © 2024. All rights reserved.