public class SAXTableStyles extends Object implements TableStyles
| Constructor and Description |
|---|
SAXTableStyles(IGridRegion region,
int[][] cellIndexes,
org.apache.poi.xssf.model.StylesTable stylesTable,
org.apache.poi.xssf.model.CommentsTable sheetComments,
Map<org.apache.poi.ss.util.CellAddress,String> formulas) |
| Modifier and Type | Method and Description |
|---|---|
ICellComment |
getComment(int row,
int column) |
ICellFont |
getFont(int row,
int column) |
String |
getFormula(int row,
int column) |
IGridRegion |
getRegion() |
ICellStyle |
getStyle(int row,
int column) |
public SAXTableStyles(IGridRegion region, int[][] cellIndexes, org.apache.poi.xssf.model.StylesTable stylesTable, org.apache.poi.xssf.model.CommentsTable sheetComments, 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 TableStylesCopyright © 2004–2019 OpenL Tablets. All rights reserved.