Package org.openl.rules.table.ui
Class CellFont
- java.lang.Object
-
- org.openl.rules.table.ui.CellFont
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description short[]getFontColor()StringgetName()intgetSize()booleanisBold()booleanisItalic()booleanisStrikeout()booleanisUnderlined()voidsetBold(boolean bold)voidsetFontColor(short[] fontColor)voidsetItalic(boolean italic)voidsetName(String name)voidsetSize(int size)voidsetStrikeout(boolean strikeout)voidsetUnderlined(boolean underlined)
-
-
-
Constructor Detail
-
CellFont
public CellFont(ICellFont cf)
-
-
Method Detail
-
getFontColor
public short[] getFontColor()
- Specified by:
getFontColorin interfaceICellFont
-
isStrikeout
public boolean isStrikeout()
- Specified by:
isStrikeoutin interfaceICellFont
-
isUnderlined
public boolean isUnderlined()
- Specified by:
isUnderlinedin interfaceICellFont
-
setBold
public void setBold(boolean bold)
-
setFontColor
public void setFontColor(short[] fontColor)
-
setItalic
public void setItalic(boolean italic)
-
setName
public void setName(String name)
-
setSize
public void setSize(int size)
-
setStrikeout
public void setStrikeout(boolean strikeout)
-
setUnderlined
public void setUnderlined(boolean underlined)
-
-