Package org.openl.rules.table.xls
Class XlsCellFont
- java.lang.Object
-
- org.openl.rules.table.xls.XlsCellFont
-
-
Constructor Summary
Constructors Constructor Description XlsCellFont(org.apache.poi.ss.usermodel.Font font, org.apache.poi.ss.usermodel.Workbook workbook)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description short[]getFontColor()StringgetName()intgetSize()booleanisBold()booleanisItalic()booleanisStrikeout()booleanisUnderlined()
-
-
-
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
-
-