public class StyleTrackingListener extends Object implements org.apache.poi.hssf.eventusermodel.HSSFListener
| Modifier and Type | Method and Description |
|---|---|
int |
getFormatIndex(org.apache.poi.hssf.record.CellValueRecordInterface cell)
Returns the index of the format string, used by your cell, or -1 if none found
|
String |
getFormatString(int formatIndex) |
short |
getIndent(org.apache.poi.hssf.record.CellValueRecordInterface cell) |
void |
processRecord(org.apache.poi.hssf.record.Record record) |
public void processRecord(org.apache.poi.hssf.record.Record record)
processRecord in interface org.apache.poi.hssf.eventusermodel.HSSFListenerpublic String getFormatString(int formatIndex)
public int getFormatIndex(org.apache.poi.hssf.record.CellValueRecordInterface cell)
cell - the cellpublic short getIndent(org.apache.poi.hssf.record.CellValueRecordInterface cell)
Copyright © 2004–2019 OpenL Tablets. All rights reserved.