Package org.apache.poi.examples.ss.html
Class HSSFHtmlHelper
- java.lang.Object
-
- org.apache.poi.examples.ss.html.HSSFHtmlHelper
-
- All Implemented Interfaces:
HtmlHelper
public class HSSFHtmlHelper extends Object implements HtmlHelper
Implementation ofHtmlHelperfor HSSF files.
-
-
Constructor Summary
Constructors Constructor Description HSSFHtmlHelper(HSSFWorkbook wb)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcolorStyles(CellStyle style, Formatter out)Outputs the appropriate CSS style for the given cell style.
-
-
-
Constructor Detail
-
HSSFHtmlHelper
public HSSFHtmlHelper(HSSFWorkbook wb)
-
-
Method Detail
-
colorStyles
public void colorStyles(CellStyle style, Formatter out)
Description copied from interface:HtmlHelperOutputs the appropriate CSS style for the given cell style.- Specified by:
colorStylesin interfaceHtmlHelper- Parameters:
style- The cell style.out- The place to write the output.
-
-