public interface StyleRegistry
Style into POI style and registers it with the current workbook.| Modifier and Type | Method and Description |
|---|---|
org.apache.poi.hssf.usermodel.HSSFCellStyle |
registerStyle(Style style)
Convert provided
Style into POI style and register it with current workbook. |
org.apache.poi.hssf.usermodel.HSSFCellStyle registerStyle(Style style)
Style into POI style and register it with current workbook.
Resulting style can be assigned directly to a POI cell.style - style to be converted and registeredCopyright © 2014. All rights reserved.