public interface Style
Designates the class that holds some formatting settings.
Implement this class directly only if you need some basic non-additive style.
Otherwise, consider implementing more specific interface: AdditiveStyle
Classes that implement Style should be immutable, because they are being used as keys in a map in StyleRegistry.
| Modifier and Type | Method and Description |
|---|---|
void |
enrich(org.apache.poi.hssf.usermodel.HSSFWorkbook workbook,
org.apache.poi.hssf.usermodel.HSSFCellStyle style) |
Copyright © 2014. All rights reserved.