Class EventTableStyles
- java.lang.Object
-
- org.openl.excel.parser.event.style.EventTableStyles
-
- All Implemented Interfaces:
TableStyles
public class EventTableStyles extends Object implements TableStyles
-
-
Constructor Summary
Constructors Constructor Description EventTableStyles(IGridRegion region, int[][] cellIndexes, List<org.apache.poi.hssf.record.ExtendedFormatRecord> extendedFormats, Map<Integer,org.apache.poi.hssf.record.FormatRecord> customFormats, org.apache.poi.hssf.record.PaletteRecord palette, List<org.apache.poi.hssf.record.FontRecord> fonts, List<org.apache.poi.hssf.usermodel.HSSFComment> comments, Map<org.apache.poi.ss.util.CellAddress,String> formulas)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ICellCommentgetComment(int row, int column)org.apache.poi.hssf.record.FontRecordgetFont(int index)ICellFontgetFont(int row, int column)StringgetFormula(int row, int column)IGridRegiongetRegion()ICellStylegetStyle(int row, int column)
-
-
-
Constructor Detail
-
EventTableStyles
public EventTableStyles(IGridRegion region, int[][] cellIndexes, List<org.apache.poi.hssf.record.ExtendedFormatRecord> extendedFormats, Map<Integer,org.apache.poi.hssf.record.FormatRecord> customFormats, org.apache.poi.hssf.record.PaletteRecord palette, List<org.apache.poi.hssf.record.FontRecord> fonts, List<org.apache.poi.hssf.usermodel.HSSFComment> comments, Map<org.apache.poi.ss.util.CellAddress,String> formulas)
-
-
Method Detail
-
getRegion
public IGridRegion getRegion()
- Specified by:
getRegionin interfaceTableStyles
-
getStyle
public ICellStyle getStyle(int row, int column)
- Specified by:
getStylein interfaceTableStyles
-
getFont
public ICellFont getFont(int row, int column)
- Specified by:
getFontin interfaceTableStyles
-
getComment
public ICellComment getComment(int row, int column)
- Specified by:
getCommentin interfaceTableStyles
-
getFormula
public String getFormula(int row, int column)
- Specified by:
getFormulain interfaceTableStyles
-
getFont
public org.apache.poi.hssf.record.FontRecord getFont(int index)
-
-