org.zkoss.zss.model.impl.html
Interface HtmlHelper
- All Known Implementing Classes:
- HSSFHtmlHelper, XSSFHtmlHelper
public interface HtmlHelper
This interface is used where code wants to be independent of the workbook
formats. If you are writing such code, you can add a method to this
interface, and then implement it for both HSSF and XSSF workbooks, letting
the driving code stay independent of format.
- Author:
- Ken Arnold, Industrious Media LLC
|
Method Summary |
void |
colorStyles(org.zkoss.poi.ss.usermodel.CellStyle style,
java.util.Formatter out)
Outputs the appropriate CSS style for the given cell style. |
colorStyles
void colorStyles(org.zkoss.poi.ss.usermodel.CellStyle style,
java.util.Formatter out)
- Outputs the appropriate CSS style for the given cell style.
- Parameters:
style - The cell style.out - The place to write the output.
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.