Package org.openl.rules.table.ui
Interface ICellFont
-
- All Known Implementing Classes:
CellFont,XlsCellFont
public interface ICellFont- Author:
- DLiauchuk
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description short[]getFontColor()StringgetName()intgetSize()booleanisBold()booleanisItalic()booleanisStrikeout()booleanisUnderlined()
-
-
-
Method Detail
-
getFontColor
short[] getFontColor()
-
getName
String getName()
-
getSize
int getSize()
-
isBold
boolean isBold()
-
isItalic
boolean isItalic()
-
isStrikeout
boolean isStrikeout()
-
isUnderlined
boolean isUnderlined()
-
-