public interface EditableFont extends Font
Font.Boldweight, Font.TypeOffset, Font.Underline
Modifier and Type | Method and Description |
---|---|
void |
setBoldweight(Font.Boldweight boldweight) |
void |
setColor(Color color) |
void |
setFontHeight(int height) |
void |
setFontHeightInPoint(int point) |
void |
setFontName(String fontName)
Set the font name of cells.
|
void |
setItalic(boolean italic) |
void |
setStrikeout(boolean strikeout) |
void |
setUnderline(Font.Underline underline) |
getBoldweight, getColor, getFontHeight, getFontHeightInPoint, getFontName, getTypeOffset, getUnderline, isItalic, isStrikeout
void setFontName(String fontName)
fontName
- font's name, ,e.g "Calibri"void setBoldweight(Font.Boldweight boldweight)
void setItalic(boolean italic)
void setStrikeout(boolean strikeout)
void setUnderline(Font.Underline underline)
void setFontHeight(int height)
void setFontHeightInPoint(int point)
void setColor(Color color)
Copyright © 2020. All rights reserved.