Package org.openl.excel.parser.event
Class TableStyleListener
- java.lang.Object
-
- org.openl.excel.parser.event.TableStyleListener
-
- All Implemented Interfaces:
org.apache.poi.hssf.eventusermodel.HSSFListener
public class TableStyleListener extends Object implements org.apache.poi.hssf.eventusermodel.HSSFListener
-
-
Constructor Summary
Constructors Constructor Description TableStyleListener(EventSheetDescriptor sheet, IGridRegion tableRegion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TableStylesgetTableStyles()voidprocessRecord(org.apache.poi.hssf.record.Record record)
-
-
-
Constructor Detail
-
TableStyleListener
public TableStyleListener(EventSheetDescriptor sheet, IGridRegion tableRegion)
-
-
Method Detail
-
getTableStyles
public TableStyles getTableStyles()
-
processRecord
public void processRecord(org.apache.poi.hssf.record.Record record)
- Specified by:
processRecordin interfaceorg.apache.poi.hssf.eventusermodel.HSSFListener
-
-