| Modifier and Type | Method and Description |
|---|---|
short[] |
getFontColor() |
String |
getName() |
int |
getSize() |
boolean |
isBold() |
boolean |
isItalic() |
boolean |
isStrikeout() |
boolean |
isUnderlined() |
void |
setBold(boolean bold) |
void |
setFontColor(short[] fontColor) |
void |
setItalic(boolean italic) |
void |
setName(String name) |
void |
setSize(int size) |
void |
setStrikeout(boolean strikeout) |
void |
setUnderlined(boolean underlined) |
public CellFont(ICellFont cf)
public short[] getFontColor()
getFontColor in interface ICellFontpublic boolean isStrikeout()
isStrikeout in interface ICellFontpublic boolean isUnderlined()
isUnderlined in interface ICellFontpublic void setBold(boolean bold)
public void setFontColor(short[] fontColor)
public void setItalic(boolean italic)
public void setName(String name)
public void setSize(int size)
public void setStrikeout(boolean strikeout)
public void setUnderlined(boolean underlined)
Copyright © 2004–2019 OpenL Tablets. All rights reserved.