public class EventTableStyles extends Object implements TableStyles
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
ICellComment |
getComment(int row,
int column) |
org.apache.poi.hssf.record.FontRecord |
getFont(int index) |
ICellFont |
getFont(int row,
int column) |
String |
getFormula(int row,
int column) |
IGridRegion |
getRegion() |
ICellStyle |
getStyle(int row,
int column) |
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)
public IGridRegion getRegion()
getRegion in interface TableStylespublic ICellStyle getStyle(int row, int column)
getStyle in interface TableStylespublic ICellFont getFont(int row, int column)
getFont in interface TableStylespublic ICellComment getComment(int row, int column)
getComment in interface TableStylespublic String getFormula(int row, int column)
getFormula in interface TableStylespublic org.apache.poi.hssf.record.FontRecord getFont(int index)
Copyright © 2004–2019 OpenL Tablets. All rights reserved.