public class HSSFHtmlHelper extends java.lang.Object implements HtmlHelper
| コンストラクタと説明 |
|---|
HSSFHtmlHelper(HSSFWorkbook wb) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
colorStyles(CellStyle style,
java.util.Formatter out)
Outputs the appropriate CSS style for the given cell style.
|
public void colorStyles(CellStyle style,
java.util.Formatter out)
HtmlHelpercolorStyles インタフェース内 HtmlHelperstyle - The cell style.out - The place to write the output.